提交代码到github报错“Failed to connect to 127.0.0.1 port 7890: Connection refused”
参考命令:
// 查看代理 git config --global http.proxy // 取消代理 git config --global --unset http.proxy // 设置代理 git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy https://127.0.0.1:7890