LINUX.ORG.RU
решено ФорумAdmin

git push Writing objects: 100%

 ,


0

1

push

"C:\Program Files\Git\bin\git.exe" push --recurse-submodules=check --progress "origin" refs/heads/master:refs/heads/master
Enumerating objects: 2, done.
Counting objects: 100% (2/2), done.
Delta compression using up to 2 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2)

Файл на сервере git появляется, а клиент остается на сообщении
Writing objects: 100% (2/2)

Сервер
root@git:~# ps aux |grep git
root       407  0.0  0.2  17836  2164 ?        Ss   мар19   5:30 git-daemon --base-path=/var/lib/git --detach --syslog --export-all --enable=receive-pack
root     16296  0.0  0.3  22008  2684 ?        S    17:08   0:00 git-daemon --serve --base-path=/var/lib/git --detach --syslog --export-all --enable=receive-pack
root     16318  0.0  0.4  27012  3136 ?        Sl   17:09   0:00 git receive-pack .
root     18144  0.0  0.2  12752  2184 pts/0    S+   17:20   0:00 grep git
root@git:~# 

★★★★★