While cloning a git repository using command line or sourcetree throwing following error:
fatal: unable to access 'https://....xyz.git'. The requested URL returned error: 407
I think it's a proxy issue and did following things too.
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
Any idea why i'm getting this error?
Thaks in Advance.