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

后端 未结 5 1697
星月不相逢
星月不相逢 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:42

    This worked for me, incase it helps someone else.

    Check your git remote url. It might hang with git-upload-pack on a trace if your using the wrong url type. change the url from git@github.com: to https://github.com/ on your remote.

提交回复
热议问题