Failed to connect to github.com port 443 after 21077 ms: Couldn't connect to server

1、查看系统代理
*win7系统: 控制面板/Internet选项/连接/局域网设置/手动设置代理。并记住端口号(7890),下面会使用,其他系统同理
2、git 命令设置

git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890

3、再次执行git操作命令,成功完成操作

posted @ 2023-10-20 10:33  卑面派对  阅读(172)  评论(0编辑  收藏  举报