之前给Git设置代理的时候设置的是19180端口号,因为Git是被我的网络加速软件代理的,我的加速软件的socks端口号是19280,后来因为白嫖的加速软件限速啦 然后就换成其它的加速软件啦因
git config --global https.proxy socks5://127.0.0.1:4781
//对于是http格式的上传类型设置代理的端口号git config --global http.proxy socks5://127.0.0.1:4781
git config --global https.proxy socks5://127.0.0.1:4781
//对于是http格式的上传类型设置代理的端口号git config --global http.proxy socks5://127.0.0.1:4781