I am trying to clone some repo from GitHub, but I am getting error like:
fatal: unable to access 'https://github.com/some/thing.git/': Received HTTP code 403 from proxy after CONNECT
I am behind corporate proxy, but I set it already in .gitconfig
.
This is inside my .gitconfig
:
[http]
proxy = http://something.com:80
[https]
proxy = http://something.com:80
Do you have any idea?