0
When trying to clone a Bitbucket project, this returns this error.
Received HTTP code 407 from proxy after CONNECT
The proxy configuration is being done this way :
git config --global http.proxy "http://user:password@proxy:port"
also using in https.
https://stackoverflow.com/questions/24907140/git-returns-http-error-407-from-proxy-after-connect
– sant0will
@sant0will already tried these solutions and it didn’t work.
– Kennedy Anderson
A link and that question that can help you :D
– Tuxpilgrim