git clone报错fatal: unable to access 'https://github.com/xxx.git/': Failed to connect to github.com port 443 after 21117 ms: Could not connect to server

git clone报错

 

解决方案:

git 添加代理

git config --global http.proxy 'http://xxx:xxx'

git config --global https.proxy 'https://xxx:xxx'

 

posted @ 2025-01-09 19:54  我的腹肌不见了  阅读(92)  评论(0)    收藏  举报