I setup git and gitosis on a开发者_如何学JAVA server to manage my repos.It\'s working properly for the initial shell account I set it up with, i.e. I can run:
I just set up a gitosis server. Everything went well. I have been able to clone on my laptop the gitosis-admin project, configure gitconf, add a user and push everything.
I\'ve got gitosis installed on my own private Ubuntu server.It seems to be working great locally, however whenever I try to run a command from a different machine that talks to the server, I\'m gettin
I installed Gitosis but don\'t have it setup correctly. I am still able to ssh in with git user, when the docs say you\'re not supposed to be able to. You\'re only supposed run git commands whi开发者_
I\'ve a git repository administered by gitosis on my server. On the same server I have teamcity for my CI.
Related question: why does Git send whole repository each time push origin master The short version: When working with two Git repositories, even if 99% of the commit objects are identical, using git
I installed a fresh instance of gitosis, and also have an old one. What do I have to do to move the repos from the old to t开发者_StackOverflowhe new server? Clone on the new server?
I followed this guide to setup git and gitosos: http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way.I\'m stuck at this part: git clone git@YOUR_SERVER_HOSTNAME:gitosis-admin
I just setup an git repository using gitosis. What I can\'t figure out is how to add other users. All tutorials I find only says \"gather their public SSH keys\".
[Update 9/16/2010] After looking into this last night, I realized that my original question was really asking 2 separate things: