Servus,
ich habe auf einem Raspberry pi ein git repository angelegt. Das ganze 
liegt auf einem USB stick, welches ich gemountet habe
| 1 | cd /mnt/git/repositories
 | 
| 2 | mkdir test
 | 
| 3 | cd test
 | 
| 4 | git init --bare
 | 
auf dem PC möchte ich jetzt das repository clonen
| 1 | git clone pi@192.168.178.41:/mnt/git/repositories/test/test.git
 | 
Allerdings bekomme ich den Fehler
| 1 | Cloning into 'test'...
 | 
| 2 | pi@192.168.178.41's password:
 | 
| 3 | fatal: '/mnt/git/repositories/test/test.git' does not appear to be a git repository
 | 
| 4 | fatal: Could not read from remote repository.
 | 
| 5 | 
 | 
| 6 | Please make sure you have the correct access rights
 | 
| 7 | and the repository exists.
 | 
das Passwort habe ich das selbe genommen, wie ich mich auch auf dem pi 
anmelde