Why would git-upload-pack (during git clone) hang?

后端 未结 5 1702
星月不相逢
星月不相逢 2020-12-10 01:19

I\'ve read several other \'git hangs on clone\' questions, but none match my environment and details. I\'m using git built under cygwin (msys git is not an option) to clone

5条回答
  •  我在风中等你
    2020-12-10 01:43

    An outdated PuTTy can also cause this. Your system might be using plink.exe as GIT_SSH.

    You can install the latest development build from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html to make sure this is not the problem.

提交回复
热议问题