git pull错误记录及解决
执行操作:$ git pull
返回错误:
error: RPC failed; result=7, HTTP code = 0
fatal: The remote and hung up unexpectedly
然后,更换github的邮箱换为最初的gmail的,
重新执行操作:$ git pull origiin m8:liuyk
得到响应:Already up-to-date.
多次执行同样操作:
得到响应:
fatal: unable to access 'https://github.com/xxx/xx.git': Failed to connect to github.com port 443: Timed out
得到响应:
fatal: Authentication failed for 'https://xxxxxx'
得到响应:
Already up-to-date.
目测是网络问题。