一、443超时
问题描述:使用克隆下载github上的项目时,老是不成功,报的是:
Failed to connect to github.com port 443:connection timed out
解决方法: 点击Git Bash Here,
输入:
git config --global http.proxy http://127.0.0.1:8080 git config --global https.proxy http://127.0.0.1:8080
其中的端口号改成自己电脑的,
在net属性中找到自己的端口,如图,我的是8080。有些人可能是7890…