Why does git pull hang?

后端 未结 6 1963
别那么骄傲
别那么骄傲 2020-12-13 14:03

When I do a git pull, from the git bash, the terminal usually runs the pull, updates my local, and then hangs. I\'m not sure if it\'s waiting for me to do somet

6条回答
  •  春和景丽
    2020-12-13 14:20

    Check SSH_AUTH_SOCK isn't pointing at a stale ssh-agent endpoint. Unset it (unset SSH_AUTH_SOCK) to test.

提交回复
热议问题