2015/04/29

Git push halts on “Writing Objects: 100%”

getting this msg:
Counting objects: 8, done.
Compressing objects: 100% (3/3) done,
Writing objects: 100% (6/6)
This does not finish. I have introduced only a small change, so this should be completed very quickly.
am i doing something wrong here?


=->
git config --global  sendpack.sideband false

Git は send-packreceive-pack のプロセスを使用します。send-pack プロセスはクライアント上で実行されリモートサイド上の receive-pack プロセスに接続します。
sideband-->片方が阿呆になる??


http://git-scm.com/book/ja/v2/Git-Internals-Transfer-Protocols
これ後で読むね!!