Can I make TortoiseGit remember by password? (using multiple BitBucket accounts)

I am working on several Git repositories hosted on BitBucket (with different BitBucket accounts). Whenever I click or click, TortoiseGit asks for my password.

Is there a way to get TortoiseGit to remember the password for a specific BitBucket account that I use for this particular repository?

+4
source share
1 answer
  • Activate wincred or any other credential store (for example, using the settings TortoiseGit -> Git -> Credentials). This allows you to save your username and passwords.

  • How do you want to use a different user name, you must include the user name The URL-address of the pull / push (using @notation: https://username@example.com/path)

+2
source

All Articles