Forums | Users |
Search | Signup | Login

GIT repository not readable

Subscribe to GIT repository not readable 2 post(s), 2 voice(s)

 
Avatar Jiri Helmich 1 post

ERROR:gitosis.serve.main:Repository read access denied
fatal: The remote end hung up unexpectedly

I tried to delete whole project, set up a new repository and attach it to an existing project. I am account admin, but I set the Source permission to commit and nothing changed.

The repository was “commitable” a few hours after creating the account but it stopped working. I use repositories owned by another people, those work well.

Any suggestions?
Thx, Jiri

 
Avatar Dmitry Naumov 2 post(s)

Take a look at this

Read the David’s and mine comments. I had the same problem becouse of “repositories owned by another people”.
Creating second rsa key and modifing ssh config solved the problem:

Host yoursubdomain.unfuddle.com
User git
IdentityFile /path/to/correct/private/second_key_rsa
IdentitiesOnly yes