

- SOURCETREE LOGIN WINDOW POPPING UP SOFTWARE
- SOURCETREE LOGIN WINDOW POPPING UP PASSWORD
- SOURCETREE LOGIN WINDOW POPPING UP PC
- SOURCETREE LOGIN WINDOW POPPING UP WINDOWS
On my work laptop I have admin privilege, so I can install/uninstall software as needed, but I simply cannot get this to work.
SOURCETREE LOGIN WINDOW POPPING UP PC
On my home desktop PC (I work a hybrid schedule), I have Sourcetree and was able to do all of the cloning I needed without any issues. One thing to note is that I am only experiencing this on my work laptop.
SOURCETREE LOGIN WINDOW POPPING UP WINDOWS
I have tried manually cloning the repo using the git clone command in Windows cmd prompt. before Mavericks: If youre using Mavericks or later, run the following in the terminal defaults delete If this didnt fix your problems then close SourceTree and restore the files, then re-open SourceTree again (if at all possible).When I enter the app password, the same issue persists and the window just keeps popping up over and over.

Now i'm using SSH key login configuration instead account+password.
SOURCETREE LOGIN WINDOW POPPING UP PASSWORD

When I enter my credentials, the window closes and a new one opens, again asking me for my password. This has the effect of re-defining the 'git:' credentials in the Windows Credential Manager, but also sets 'hg:' credentials for use with Mercurial and 'sourcetree' credentials for use when calling REST APIs.įrom the sound of it, your 'git:' credentials are correct, you can interacts with your Bitbucket repository via git, but the REST ones are out of sync, hence the red X in the remotes tab.Every time I try to clone my company's online repository, I am prompted with a pop-up window to log into Altassian. In the Sourcetree Tools/Options/Authentication tab it is possible add a Sourcetree account for Bitbucket. When Sourcetree acts on a repository it asks git to do all the work and git will retrieve any suitable credentials from the Windows Credential Manager, so Sourcetree effectively can pull/fetch/push etc without prompting for additional credentials. I haven't changed my password recently or done anything that I think could cause this problem. If these credentials are valid it will store them in the Windows Credential Manager, prefixed with 'git:' I also periodically get a SourceTree login dialog popping up when SourceTree is running in the background. Ignoring Sourcetree for a second if you know the remote HTTPS URL to a private Bitbucket repository and try to clone it via the git command line, git will prompt you for a username/password. After adding the repository, a window with the heading 'git credential manager for windows' constantly pops up. The repo will be cloned to your local machine and should open in a new window when its done. Sourcetree effectively deals with 2 types of credentials, git/hg ones and REST ones, although they contain the same information. Creating an Account on BitBucket and Setting up SSH Keys.
