今推一个代码到新建的仓库去 一直提示连接超时,
$ git push origin master fatal: unable to access 'https://github.com/dengxiaoning/kedaloProjDev.git/': Failed to connect to github.com port 443: Timed out
于是得开始找方法解决问题了
文章目录
1、 配置git proxy
如这样
git config --global http.proxy 127.0.0.1:1080
为全局的 git 项目都设置代理
git config --local http.proxy 127.0.0.1:1080
为某个 git 项目单独设置代理
也尝试这样
但是无济于事
2、删除 proxy 配置
于是我直接 搜索 .gitconfig
将其proxy 手动删除
试过任然不ok
在快要放弃的时候,我使用浏览器登录 https://github.com/
出现了如下页面