Search code examples
gitgitosis

Gitosis has been set up, but now cloning asks for "git-upload-pack" password?


I have set up the Gitosis as explained here: http://www.jedi.be/blog/2009/05/06/8-ways-to-share-your-git-repository/#gitosis

However, now that I run: git.exe clone ssh://rfactor@192.168.3.3:gitosis-admin.git asd

I get a prompt from plink.exe (I'm on Windows) asking for "git-upload-pack"'s password. What's that?


Solution

  • It seems it works when I run: git.exe clone rfactor@192.168.3.3:gitosis-admin.git asd. :)