I'm getting below error while cloning a repo through Sourcetree.
I'm able to login directly through bitbucket.org but not through Sourcetree. Let me know how this issue needs to be fixed.
SourceTree version: 3.3.9
TIA
I'm getting below error while cloning a repo through Sourcetree.
I'm able to login directly through bitbucket.org but not through Sourcetree. Let me know how this issue needs to be fixed.
SourceTree version: 3.3.9
TIA
Let's try this:
It works for me :)
I found out that the reason why SourceTree cannot authorize our GitHub account is that source tree is using the old git version so that it doesn't authorize our account through web but through its own application which is not permitted by Git. Git Notification
Solution: First of all, you must know where your SourceTree stores your local datas (which is also the local git). You go to Tools > Options. Choose Git tab, and then choose Embeded in Git version which will tell you the path to their local datas. Mine is "C:\Users\as\AppData\Local\Atlassian". Git Local path
And then you need to delete all the folder in the Atlassian and then uninstall SourceTree. After all, you install new version of Git from this: https://gitforwindows.org/ and install new SourceTree from this: https://www.sourcetreeapp.com/
And then you just need to open your repository from the Add button, and try to push again. SourceTree
They will appear the web-authorization for you to sign in. And after all that, it works. Git Authentication
Tools/Options/Authentication, delete your github account, add again. Works for me.
Tools> Options> Authentication> Edit already existing account - Enter password and save again. This might refresh your password in your SourceTree
This is still relevant!
I solve it by updating SourceeTree.
For version 3.4.0 I have Embedded v2.29.2.
Then press Fetch, for example. Select "Use no helper" in a popup window. Also, check "don't ask again". Enter email/login and password into the login popup.
Success for me :)
I had this exact issue. I opened the project in Visual Studio 2019 and attempted the same request as before. This prompted me for the same username and password, but also allowed me to authorize using the website. I selected this and was able to go back into SourceTree and continue the clone.
you can turn off the option to automatically detect proxy settings.
© 2022 - 2024 — McMap. All rights reserved.