[Github]Failed to connect to github.com port 443
git config --global https.proxy http://127.0.0.1:10809 //代理端口号
git config --global http.proxy http://127.0.0.1:10809
git config --global https.proxy http://127.0.0.1:10809 //代理端口号
git config --global http.proxy http://127.0.0.1:10809