github推送和拉取失敗解決
報錯:
Git: fatal: unable to accesshttps://github.c/dddd56656/frontend.git/:Failedto onnect to github.com port 443:Timed out
解決: 掛代理
git config --global http.proxy http://127.0.0.1:10809
git config --global https.proxy http://127.0.0.1:10809
浙公網(wǎng)安備 33010602011771號