300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > Github 挂代理之后无法 push [unable to access ‘xx.git‘: Failed to connect to xx port 443: Timed out]

Github 挂代理之后无法 push [unable to access ‘xx.git‘: Failed to connect to xx port 443: Timed out]

时间:2020-04-13 20:23:44

相关推荐

Github 挂代理之后无法 push [unable to access ‘xx.git‘: Failed to connect to xx port 443: Timed out]

问题描述

使用代理之后 push 代码提示

unable to access 'xx.git': Failed to connect to port 443: Timed out

解决办法

清空代理, 重新 push

git config --global --unset http.proxygit config --global --unset https.proxy

如果无效, 删除 github remote 链接, 重新加入 remote 链接, 然后重新 push

git remote remove <remote-name>git remote add <remote-name> <url>

Over~

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。