当使用 git remote repo 克隆/推送这些操作时,我遇到了非常奇怪的问题。
假设我正在尝试将更改推送到远程存储库。
git push origin master
然后我会得到这个错误。
致命:无法访问“[Remote_Repo]”:无法连接到 github.com 端口 443:访问错误
我检查了这个问题,每个人都说这与代理有关。但我很确定我没有使用代理。
git clone push github
clone ×1
git ×1
github ×1
push ×1