解决 Push failed: unable to access 'https://github.com/xxx.git/': Empty reply from server
在push项目时遇到问题:Push failed
unable to access 'https://github.com/YUU-HANG/Payment.git/': Empty reply from server
原因:在 VPN 之外使用需要使用 unset 命令:
git config --global --unset http.proxy
运行指令后成功push到Github远程库: