Skip to content

Instantly share code, notes, and snippets.

@hotovson
Forked from tusharf5/fix.md
Created October 10, 2023 06:26
Show Gist options
  • Save hotovson/b8a91f1c60797f8f3593339d966bfb38 to your computer and use it in GitHub Desktop.
Save hotovson/b8a91f1c60797f8f3593339d966bfb38 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

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