Git error remote: Empty password

后端 未结 10 1511
别跟我提以往
别跟我提以往 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条回答
  •  梦毁少年i
    2021-02-01 14:43

    If you've tried all the possibilities and the problem persists, try this:

    1. Close SourceTree

    2. Click on User Accounts in Control Panel.

    3. In the left-hand list of links, click Manage Your Credentials.

    4. When the Manage Your Credential page opens, it shows your Web Credentials. Click on the "Windows Credentials" button.

    5. In the list (Windows credentials), look for entries that relate to SourceTree. Remove all these entries. Be very careful in this step.

    6. And Please delete this folder: - C:\Users\AppData\Local\Atlassian

      If you can not delete, restart your computer

    7. Uninstall SourceTree

    8. Install SourceTree again

    Note that the location of the Git installation may influence this procedure.

    That was the only method that works for me. I'm using Windows 8.1 64-bit.

提交回复
热议问题