git 推送报 fatal: unable to access 'http://git.c521h.................../': Empty reply from server
1.如果您为 VPN 配置了代理,则需要登录到您的 VPN 才能使用代理。
2.要在 VPN 之外使用它,请使用 unset 命令:
git config --global --unset http.proxy
git config --global --unset https.proxy
1.如果您为 VPN 配置了代理,则需要登录到您的 VPN 才能使用代理。
2.要在 VPN 之外使用它,请使用 unset 命令:
git config --global --unset http.proxy
git config --global --unset https.proxy