0
点赞
收藏
分享

微信扫一扫

【git报错】Failed to connect to github.com port xxx after xxx ms: Timed out

DT_M 2022-02-23 阅读 98
gitgithub

设置代理:

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

取消代理:

git config --global --unset http.proxy
git config --global --unset https.proxy
举报

相关推荐

0 条评论