开发者

trying to clone a branch using git, but it doesn't work

$ git clone gitosis@tony:stylingGit2.git
Cloning into stylingGit2...
ERROR:gitosis.serve.main:Repository read access denied
开发者_如何学Pythonfatal: The remote end hung up unexpectedly

I'm trying to connect to a server, this happens and I wouldn't know what to do...

...does anybody knows how to solve this issue?


Either gitosis is misconfigured on the server, or you actually don't have access to it.

You should check the configuration of the host "tony" (and possibly compare it to others).


By the looks of the error message you don't have permission to read that directory. Do you have access to the server? then you can try chmoding och chowning it so that your user can access it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜