Git error remote: Empty password

后端 未结 10 1492
别跟我提以往
别跟我提以往 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: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.

提交回复
热议问题