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
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
2 matches
Mail list logo