I\'m trying to clone my git repo from bitbucket, and when I enter this command:
git clone https://naor_shoyhat@bitbucket.org/naor_shoyhat/hello-world.git
Tools->Options->Git-> Update Embedded Git.
I did have to do this twice because there were issues extracting the first download.
reinstall git for windows, thats worked for me.
I'm using git(2.12.2) 64-bit on Windows 10. My solution is simply close the login window which you have to type account and password, and a SSh window will pop out, then you type your password.
I know my answer is very late. But I am going to explain to fix this problem on windows step by step. After upgrading SourceTree version 2.1.10, we can see like that.
SourceTree stores credentials in the Windows credential manager. To see and remove them, do the following:
When the Manage Your Credential page opens, it shows your Web Credentials. Click on the "Windows Credentials" button.
In the list(Windows Credentials), look for entries that start with "git:http". Remove these entries.
All done. Hope to help you.