git clone 报错443 timeout 解决
在//github.com前面添加 //gitclone.com
比如
git clone https://github.com/xxx.git
修改为
git clone https://gitclone.com/github.com/xxx.git
微信扫一扫
git clone 报错443 timeout 解决
在//github.com前面添加 //gitclone.com
比如
git clone https://github.com/xxx.git
修改为
git clone https://gitclone.com/github.com/xxx.git
相关推荐