Failed to connect to github.com port 443

方法 :让 Git 走代理(推荐)

科学上网工具,假设它监听在 127.0.0.1:7890,配置:

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

然后再测试:

1
git clone https://github.com/hbhjt/Yaoshan-AI.git