Why does git pull hang?

后端 未结 6 1973
别那么骄傲
别那么骄傲 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:43

    If you are pulling from a linux machine you may want to check this file:

    /etc/ssh/ssh_config

    To make sure you aren't setting your default SSH port to something other than 22. Some people get confused between that file and:

    /etc/ssh/sshd_config

    When they're setting up servers to a non-standard SSH port.

提交回复
热议问题