3

After update sourcetree to version 2.6.3.0 it's showing a login popup repetitive.

enter image description here

Y put my user/pass and was successful, but after some minutes it show me again the popup.

enter image description here

gemr1423
  • 179

1 Answers1

3

This problem may happen after a major update of sourcetree.

Some workarounds that helped :

  • Verify that you don't have multiple Bitbucket accounts and remove the excessive ones.
  • Remove any default user names from the authentication tab, and always use urls in myusername@www.xxx.xxx format.
  • Wipe SourceTree Preferences and restore your bookmarks.
  • Change the password of your account.
  • Remove the map at C:\Users\%username%\AppData\Local\Atlassian\SourceTree.
  • In SourceTree, navigate to Tools > Options > Git and switch to the system git version (if that is the latest).
  • Remove httpusepath = true from git config --global --edit.
  • If using two-factor authentication with GitHub you will need to Create a personal access token and use it with SourceTree.

These suggestions were collected from the following sources which contain more suggestions and details :

harrymc
  • 498,455