Sourcetree constantly asks for authenticate with Mercurial (Kiln)?
Solution 1:
This helped me solve this issue in a mac:
- Open the Hosted Repositories window by clicking View > Show Hosted Repositories or Command + Shift + H.
- Click Edit Accounts
- Double-click on your account
- Click Set Password
Solution 2:
I had the same and I fixed it using the system git instead of the embedded one:
Settings -> git -> Use System git
Solution 3:
Open terminal and Type git config --global credential.helper osxkeychain
Allow access when asked. Make a pull from sourcetree, you may have to enter password one more time after that it wont ask again from next time onwards.
PS: This solution is only for Mac OS