github push和pull中报错fatal: unable to access 'https://github.com/onlyup0/zoj.git/': Failed to connect to 127.0.0.1 port 7890 after 2029 ms: Couldn't connect to server
我是使用梯子,在https请求中访问不了,于是我在 clone GitHub 仓库时可以使用 HTTPS 或者 SSH 进行 clone,而 SSH 却没有 HTTPS 的网络连接问题,所以可以将 push/pull 的连接方式由 HTTPS 改为 SSH。
$ git remote set-url origin git@github.com:xxx/xxx.git