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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.