Re: Error in creating git over http

2013-10-09 Thread Shlomit Afgin
nd the problem solved. Thanks you very much. On 10/10/13 3:06 AM, "Jeff King" 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/ git

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 http://server.name/g