We have here a Bitbucket repository in the intranet . I'm trying to make a project clone but it's giving a strange error regarding proxy . I already talked to the infrastructure industry, and the people said they do not have any proxy . Even the repository is on the intranet and said that it does not have to hit there on the internet to do such verification.
I am running the following command:
git clone http://[email protected]:7990/scm/dk-bra/fulanosbarapi.git
Below is the answer that GIT returns:
Cloning into 'fulanosbarapi'... fatal: unable to access
'http://[email protected]:7990/scm/dk-bra/fulanosbarapi.git':
Could not resolve proxy: proxy.edv.fulano.de
I used the following command to delete any proxy configuration in the GIT, but still the error persists:
git config --global --unset http.proxy
I tried another machine to see if it was my profile, but I made the clone correctly. Just this machine I am that happens that. I tried to look for all the remnants of this PC to try to find anything, but without success.
Does anyone have any idea what might be happening?