Code your own Multi-User Private Git Server
moocode.com
Code your own Multi-User Private Git Server
1–10 of 18 posts
Re: Code your own Multi-User Private Git Server
#2Re: Code your own Multi-User Private Git Server
#3Copying code into a file isn't 'coding'. And it took a lot more than 5 minutes to work all this out.
My intentions were that you could read the article in 5 minutes and the code sample would give you a good starting point to code your own implementation.
Re: Code your own Multi-User Private Git Server
#4Re: Code your own Multi-User Private Git Server
#5I use gitosis, and it's very simple to set up and manage. It doesn't feel like overkill at all.
Re: Code your own Multi-User Private Git Server
#6Re: Code your own Multi-User Private Git Server
#7Re: Code your own Multi-User Private Git Server
#8This just seems to be a case of Not Invented Here syndrome. Using gitolite or gitosis would have done the job faster, gives you the ability to have acl's set up per user and all of it uses simple configuration files.
Edit: Hah! That's basically what it is, just dressed up with a tiny script and the two-factor trick from last week. Never mind then. This is sane. Just maybe oversold.
Re: Code your own Multi-User Private Git Server
#9This just seems to be a case of Not Invented Here syndrome. Using gitolite or gitosis would have done the job faster, gives you the ability to have acl's set up per user and all of it uses simple configuration files.
Re: Code your own Multi-User Private Git Server
#10Don't see why it was necessary to criticize the post so much. True, the title is a bit inadequate, but it's nice to find a combination of several tidbits, tips and tricks combined on one page.