Error in creating git over http

2013-10-08 Thread Shlomit Afgin
I'm trying to set a http git server. I do the following on the git server: cd /var/www/html/ git clone --bare /path/to/dir/ gitproject.git cd gitproject.git/ mv hooks/post-update.sample hooks/post-update chmod a+x hooks/post-update on the local machine run: git clone

Re: Error in creating git over http

2013-10-09 Thread Shlomit Afgin
very much. On 10/10/13 3:06 AM, Jeff King p...@peff.net wrote: On Tue, Oct 08, 2013 at 03:05:22PM +, Shlomit Afgin wrote: I do the following on the git server: cd /var/www/html/ git clone --bare /path/to/dir/ gitproject.git cd gitproject.git/ mv hooks/post-update.sample hooks