Why does a “git push” just hang there indefinitely using MySysGit 1.7.4?

前端 未结 2 376
悲哀的现实
悲哀的现实 2020-12-14 01:19

I tried small experiments with Ruby and Rails, and would like to push and pull from the Mac to PC and vice verse.

So I installed what the Git\'s website\'s standard

2条回答
  •  孤城傲影
    2020-12-14 02:01

    They have just released a version that allows a config option to stop git hanging.

    Fix is for https://github.com/msysgit/git/issues/101 in release https://github.com/msysgit/msysgit/releases/tag/Git-1.9.4-preview20140611

    You can fix it by setting

    git config --global sendpack.sideband false
    

提交回复
热议问题