I'm trying to clone a repository, but i keep getting the following error:
fatal: unable to access 'https://bitbucket.org/amberm291/funkme/': Failed to connect to 202.141.80.19 port 3128: Connection timed out
On googling a little further i tried to unset the http.proxy and https.proxy in my system. Also i ran the following command:
git config --global -l
It gave the following output:
[email protected]
user.name=amberm291
I don't see any proxy variable in this output. Also my http_proxy environment variable in linux is set to none. I'm not sure what is the problem. Any help will be highly appreciated.
git config -lreturns? (There is more congit than just the global one)HTTP_PROXYorHTTPS_PROXY?