【发布时间】:2021-07-26 00:45:28
【问题描述】:
我在推送到 GitLab 存储库时遇到问题,昨天它对我有用,但现在它不再工作了我在批处理 git 中尝试了这些命令:
git config --global https.proxy https://usernameofgitlab:passofgitlab@192.142.193.29:80
git user.email ""
git user.pass ""
git user.name ""
git push -u origin --all
输出是:
fatal: unable to access 'https://................': Proxy CONNECT aborted
任何人都可以帮助我解决这个错误,有点奇怪它不再工作而昨天它已经工作了。 我改了代理程序还是报错
fatal: unable to access 'https://gitlab.com/........': Received HTTP code 500 from proxy after CONNECT
【问题讨论】: