Git error remote: Empty password

后端 未结 10 1510
别跟我提以往
别跟我提以往 2021-02-01 14:06

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
         


        
相关标签:
10条回答
  • 2021-02-01 15:00

    Tools->Options->Git-> Update Embedded Git.

    I did have to do this twice because there were issues extracting the first download.

    0 讨论(0)
  • 2021-02-01 15:07

    reinstall git for windows, thats worked for me.

    0 讨论(0)
  • 2021-02-01 15:08

    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.

    0 讨论(0)
  • 2021-02-01 15:08

    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:

    1. Click on User Accounts in Control Panel.
    2. In the left-hand list of links, click Manage Your Credentials.
    3. When the Manage Your Credential page opens, it shows your Web Credentials. Click on the "Windows Credentials" button.

    4. In the list(Windows Credentials), look for entries that start with "git:http". Remove these entries.

    5. And Please delete a file - C:\Users\\AppData\Local\Atlassian\SourceTree\passwd
    6. Source tree app re-open and work on this. If the app needs password, you can input.

    All done. Hope to help you.

    0 讨论(0)
提交回复
热议问题