Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,107
Community Members
 
Community Events
184
Community Groups

Sourcetree keeps asking for login and password...

23 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

27 votes
Answer accepted
stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 15, 2012

The Apple Keychain actually requires a username to be known in advance for the password lookup to work; if you don't include a username in your URL then SourceTree remembers the last username that was used to successfully log in to a given host and tries that one by default to look up the keychain entry. This can, however, be unreliable if you don't use the same username all the time on a given host. To make it unambiguous, include the username in the URL, like this:

http://username@host/path/to/repo

How was this even accepted?!! That didn't help and won't help.

Like # people like this

Thanks. It worked. This is the correct anwser. No need to run pull on the terminal. In my case is simple as editing the repo URL and include my user as you mention, BEFORE the host. After that I restarted SourceTree and problem solved. The same applies for each new repo. Thanks! :)

Like Josh Winkelstein likes this

I use code.aliyun.com for git trusteeship, then the sourcetree says "Password Required For user git on host code.aliyun.com". After I changed the url to "https://username@code.aliyun.com", the problem solved.

Like Josh Winkelstein likes this

You can change the URL from 'Repository -> Repository Settings... -> Remote -> Edit'.

Like # people like this

For me, after including username and putting the URL "https://username@code.aliyun.com" , it is still asking me for the password.

Like # people like this

Not only did this not help, but it broke things even further, making it impossible to do anything with the remote.

Like Sarah Mohammed likes this

That worked for me, Thanks!!

This didn't work for me. I'm using v 2.7 on Mac

@Trung Vu 's Use system GIT within SourceTree's preferences solved the issue.

 Appears to be using an older version of GIT: 2.10.1, instead of 2.17.1

 

OSX 10.11.6, SourceTree Version 2.7.6 (177)

Like # people like this

Worked wonderfully! Thank you.

After months of just putting up with this issue, and hours spent trying to get it working again to no avail, @nebrekab's suggestion solved my problem. 

Use system GIT also solved this problem for me. Even when system git was in use -> switched to embedded and back to system, same version, same git, but it works now

Like # people like this

Google and tried for several hours, USE SYSTEM GIT is the only way works for me.

@nebrekab 

has the only working solution so far... it shouldn't be a comment

21 votes
Answer accepted
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 05, 2019

Hi everyone, this is Ana from the Community Support team!

We’re seeing several recent responses saying that the solutions provided here do not work. This post originated in 2012, so whatever was valid at that time doesn’t necessarily need to be valid now. There could also be different reasons why Sourcetree is asking you for credentials, so there isn’t really a unique answer.

To make sure we’re helping everyone, I’ll be closing this thread now. If you encounter this issue now and the solution provided here doesn’t help you, please submit a new question and make sure to add the following:

  1. If you’re using Sourcetree for Windows or Mac
  2. Which operation where you performing when you were prompted for your credentials
  3. Provide a screenshot

Thanks and see you around :) 

Ana

1. go to terminal in your project folder

2. 

git config credential.helper store

3. 

git pull

 4. input your username and password

This is the only thing that worked for me. Thanks Albert.

Like # people like this

+1 THANKS!!

Like # people like this

This works for  me. Sourcetree 2.7 

This works for  me. Thanks!!!

This is the only solution that worked for me. Using sourceTree 2.7 for Mac. Thanks!

Everything else above failed to work, this worked perfectly though, thanks!

This worked for me

The only one solution, that worked for me.


SourceTree ver.: 2.6.10.0
System Git ver.: 2.18.0 + git-lfs v2.4.2
Win 10 Pro 64bit 

Thanks!!!

This worked for me (macOS). Thanks!

This works for  me. +1 THANKS !!!

Thanks ,

 

Worked for me as well

This was the only solution that worked for me. Thanks so much!

this is the real good solution.

Especially because, in case you don't have https support in your server, you cannot just switch to it...

Thank you very much!

Deleted user Nov 11, 2018

Simple, correct answer. Thank you!!

This one has been plaguing me for months. Thank you!

This worked for me. SourceTree 3.0.1 on macOS

Well done, That is perfect.

Is that a bug ?

This worked!!

Nice one! Worked simply/easily for me and - based on the upvotes and other people it worked for - this should be the accepted answer.

This worked for me, Thank you!

This also works!, looks like the only one that doesn't work is the accepted one :p

This really worked for me after so much wasting effort on other solutions. Thank you so much Albert!

Source Tree: 3.1.1

Xcode: 10.0

I have same problem and troubled me for a long time, now I found a solution.

1. go to terminal in your project folder.
2. run #git pull
3. input your username and password
4. go back to sourceTree and run Fetch or Pull, it does not ask your password again.

This worked for me too

Amazing! Thanks for this, it works like a charm. After doing the Git pull command in Terminal, the next time you fetch, pull or push, it asks to allow Keychain to be accessed by Sourcetree, and when clicking on "Always allow" you don't have to enter your password anymore!

Thanks for the tip - this solved my issue as well!

Thanks for pointing this out - totally worked.

This solution is only working on Terminal. @Steve Streeting solution is working for me, SourceTree 2.2.4, Mac OSX 10.11.3 El Capitan

Deleted user Oct 18, 2016

Thanks

Thank you!

I tried but no success, but then I figure out:

- SourceTree use Embedded Git service

- Terminal use System Git, which I install via XCode

 

So, I just need to update SourceTree config via "Preferences -> Git tab -> Git Version" by select "Use System Git", then everything works well

Don't forget run steps as @Owen Peng suggest above. good luck

Like Tom Nguyen likes this

Thanks @TrungVuANT

It's totally working with your solution.

"I just need to update SourceTree config via "Preferences -> Git tab -> Git Version" by select "Use System Git", then everything works well"

Thank you so much @Trung Vu !!

 

Updating  SourceTree config via "Preferences -> Git tab -> Git Version" by select "Use System Git" works for me.

@TrungVuANT's solution worked for me.

thanks @Trung Vu it's worked for me.

Helped in my case. Thx!

Helped me. Thank you!

This works!

Thank you... I almost went crazy!

This has been bugging me for ages. I have an answer that now works for me on SourceTree V2.6 (123).

First go to keychain and remove any bitbucket entries (you may not have to do this but it helped me to work out that sourcetree had actually entered something)

Under sourcetree->preferences go to Accounts

Click edit

Change Auth type to "OAuth" from Basic

Click on "connect account"

login to the bitbucket page from the pop-up window

Make sure protocol is 'HTTPS'

Hit 'Save'

Bring up one of your git repos and pull it from bitbucket.

The first time it will ask if it can access keychain. Hit 'Always Allow'

You should then have pulled the repo.

Check in Keychain access to see if there is a new entry called 'Bitbucket Credentials'

If you have this then sourcetree should not ask you for your bitbucket password in future.

Time will tell if this keeps working. Good luck.

OH SWEET JESUS!  After searching about this problem for over an hour and trying several different fixes, this is the one that FINALLY WORKED for me.

I had previously set-up two-factor authentication for Bitbucket and tried using an 'App Password', but that was not good enough. I couldn't make the repeated auth requests stop until I switched from 'Basic' authentication to 'OAuth', as Darren suggested.

I am running SourceTree 2.6.2 on Mac OS Sierra 10.12.6

Sanity Restored.

Thanks, Darren!

Like CobaltGray likes this

After a previous reply that said I had fixed this with System Git, I was still prompted over and over for BB creds.

Darren's solution seems to be working though!!

Like CobaltGray likes this

Woo-hoo!

Thank you, thank you, thank you.

Cheers, @CobaltGray!

🎉

Note: I had to make sure the protocol was set to 'HTTPS' before logging in from the pop-up window.

Like CobaltGray likes this

  🔥 yup, that solved this issue for me. 

Like CobaltGray likes this

I keep getting emails about how other people solved this, and smh, @CobaltGray still has the only answer that worked for me. I'd upvote it more if I could.

Like CobaltGray likes this

Crazy that this is still an issue after so many years, but I ran into this today. The fix was to install git on the computer and use that instead of the embedded version. After a git pull and entering the credentials there I can now work in SourceTree without it asking for password all the time.

Deleted user Mar 01, 2017

This worked for me, too. Thanks!

Tried so many other solutions, but this is the only one that worked for me.

Thank You! All I had to do was switch from Embedded to System Git.

This is driving me MAD. Every once in a while, typically after some obscure update, SourceTree on MacOS starts to require my password on any push or pull action. Sometimes it works for months, then suddenly, I have to type in my password again. This is so strange. What is causing this, and why can't they fix this once and for all?! I am really considering to switch to GitKraken now.

We are seeing this eaxct problem for two accounts on our Team and it seems Atlassian have no clue what is going on, since they choose not to offer an answer to this crippling bug.

We have tried all the suggested 'fixes' but none have worked.

A source control system that you cannot access is not only completely worthless it is also endangering projects.

Atlassian how about you actually address this matter, since by your own account you are now comitted to provide support via the community.

For me, setting the Git client to "System Git" has solved the problem for now. But I have no clue why this has to be done once in a while. And until then, I already have forgotten that this setting is available. It's a shame that remembering the password does not just work out-of-the-box. This is such an essential feature, especially if you're using long, cryptical passwords, as I do. Always having to open your password manager is pretty annoying.

Yeah if it was only an inconvenience it wouldn't be quite as bad, however we have users that are denied access to their account after a while of having the 'Ask for password every time' issue.

So basically the problem escalates from an annoyance to a complete blocker.

Thanks @Tom Brückner setting "System Git" solved my issue for now.

Setting Sourcetree to use System Git worked for me as well.

If I HAD to guess, I would imagine this error is permissions-based. If the copy of Sourcetree tries to read the keychain value for bitbucket, and can't, then it needs to continually ask.

When changing to System Git, since it's apart of the user's path, I think it actually triggers the system to display the dialog box asking for permission.

Again, at any rate, using System Git and running `git pull` worked for me.

Like cellepo likes this

I don't understand why there is a seemingly great accounts feature but still get keychain pop-ups...

This is still happening.  Strangley it seems that if there are many differences SourceTree flakes out and tries to authenticate.  You should be able to duplicate this by say coping a version of a project that has CR/LF windows style line endings but the repository has Linux style line endings.  Removing the windows style line endings stopped SourceTree from trying to authenticate.

Remove all other authentications section in sourcetree other than git hub.

Then click Add or either go to Hosted repositories(to quickly check if it was successful) and click on edit accounts.

In credentials select OAuth and select refresh token. You will be redirected to bitbucket website and click on Grant access.

Now goto your fresh account in sourcetree and select Set as Default.

Done. Now you should see all your repositories in hosted repositories. It shows login error if it is not successful

I was running into the same issue and then realized that my SSH agent did not have my SSH keys loaded.  So make sure that you have your SSH key loaded if that's how you are talking to your git repo server.

See here for more details of how to check you agent and see which keys are loaded:  https://confluence.atlassian.com/bitbucket/set-up-ssh-for-git-728138079.html

Also see this if you discover that your keys are not loaded at startup/login on macOS Sierra:

https://blog.elao.com/en/tech/ssh-agent-does-not-automatically-load-passphrases-on-the-osx-sierra-keychain/

 

Hope that helps

Hi,

I too faced the same issue and got resolved.

Please follow below steps to resolve.

Source Tree -> Tools  -> Options -> Updates -> Click on 3.0.12.2543 for update

Source Tree -> Tools  -> Options -> Git -> GitVersion -> Click on Embedded and Update Embedded buttons.

Restart source tree and it works fine.

same worked for me 

Came across this same issue and multiple posts too. So consolidated my research and fix at one place https://stackoverflow.com/a/52884626/5107365. Summary is, problem solved when I used the same password for Atlassian's account address(which is the Gmail ID I used to OAuth to my bitbucket user), as that of my Gmail ID.

I just changed my password is it is no longer asking me for my password every few minutes.

Use stable version 2.6.3 to get rid of this problem.

link :https://www.sourcetreeapp.com/download-archives

Using ssh connection but always prompted for a password. If I enter the password several times push does work but the password is never saved.

For me the solution was a bit more obscure.

By default ssh will always check for ~/.ssh/id_rsa and attempt to use that for any connection. In my case that id is not relevant for git, but is used for ssh to a different server.

The solution is to add a an entry in ~/.ssh/config which tells ssh to only use password.

Add the following lines:

Host myhostname
PreferredAuthentications keyboard-interactive,password

Check in your settings in the Bitbucket account. On mine it was using https, I put ssh and all fine now.

I had the similar problem. Every fetch/pull/push action requires password from my github account. I found the answer for this problem here
https://answers.atlassian.com/questions/219115/changing-password-in-source-tree-1-6-1-mac-13<br< a="">>

It helped :)

I have the same problem as Anton Trapp. Has a solution been found?

Same thing here. Every day when I start Sourcetree and try to access a remote location (username IS included) sourcetree deletes the keychain entry and after that it tries to access the entry (which was deleted some milliseconds before). Keychain for bitbucket than contains the new entry (bitbucket.org). If I quit Sourcetree and start it again (the same day) it is working with the keychain entry. One day later, same problem.

Sourcetree keeps asking me for login and password when pulling from external git or mercurial repository. I've tried different things:

- removing keychain entry: no result

- reinstalling sourcetree: helps, but the bug re-introduces itself soon and then until next reinstall it is still there.

During single pull it asks for password always two times. Adding user name to connection stirng helps in the form, that it remembers user name but still asks for password.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events