在使用git时碰到如下错误 fatal: unable to access 'https://github.com/git/git.git/': Recv failure: Operation timed out ,记录一下解决方法。 解决方法 在终端执行: git config --global --unset http.proxy git config --global --unset https.proxy 以取消代理。