使用命令行或sourcetree克隆git存储库时抛出以下错误:
致命:无法访问“https://....xyz.git”。请求的URL返回错误:407
我认为这是一个代理问题,也做了一些事情。
1) Added http_proxy and https_proxy environmental variables
2) Updated git global http_proxy and https_proxy settings
3) Added GIT_SSL_NO_VERIFY=1 to environmental variables
4) Configured openssl
我知道为什么会收到这个错误?
提前完成。