[git-users] Re: git push problem (Windows)

2012-11-14 Thread Sergey Ovchinnikov
I tried to do it also on MacOS. Successful. Why this don't work on Windows XP? среда, 14 ноября 2012 г., 12:37:31 UTC+3 пользователь Thomas Ferris Nicolaisen написал: > > Git daemon only serves read operations. You can't push to it, only fetch > or pull. --

[git-users] git push problem (Windows)

2012-11-14 Thread Sergey Ovchinnikov
Hello, I had a problem. Hang when trying to do 'git push'. The following sequence of actions. git init --bare C:/Repo/egg.git git daemon --verbose --enable=receive-pack --base-path=C:/Repo --export-all C:/Repo/egg.git --detach --syslog In another folder: git clone git://localhost/egg.git ok.