I'm having a problem when I try to connect my SourceTree to Bitbucket, for example running Fetch.
I can't clone, fetch or push
I think the problem has to do with proxy settings, but I can't find any documentation that specifies how this works.
I have a user who does not have the problem, I compare the policies in Active Directory between both types of users and they do not have any significant difference.
The error message is:
Error: Fatal: Unable to access "bitbucket.org\orgname\reponame.git" CONNECT tunnel failed, response 400
Thanks for any help you can give me.
Hola Julio,
Favor ejecutar la siguiente sentencia en el terminal, esto funciono en un caso similar que presente.
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global --unset core.gitproxy
Slds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.