Skip to content

Instantly share code, notes, and snippets.

@tusharf5
Created May 10, 2019 08:04
Show Gist options
  • Save tusharf5/55ff9d90f80b25d33d6d028304f54ff8 to your computer and use it in GitHub Desktop.
Save tusharf5/55ff9d90f80b25d33d6d028304f54ff8 to your computer and use it in GitHub Desktop.
Sourcetree repeatedly asking password fix
  1. go to terminal in your project folder. a. run git config credential.helper store
  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.

OR

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

@rakeshbiswal
Copy link

Preferences -> Git tab -> Git Version" by select "Use System Git" - Works like charm.

@sbmubashar
Copy link

@rakeshbiswal thanks its works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment