Git error remote: Empty password

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

    I don't know which operating system you're using but in Windows there was a bug in the Git Credential Manager for Windows (GCM), v1.9, which I believe was bundled with git v2.12.1 for Windows.

    It resulted in a "remote: empty password" error when trying to authenticate to BitBucket.

    The issue was fixed in version 1.10 of GCM. The latest GCM installer can be found at: https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases

    The details of the issue can be found at: https://github.com/Microsoft/Git-Credential-Manager-for-Windows/issues/399 The issue was raised on 24 March 2017, roughly about the time you started seeing your authentication problem.

提交回复
热议问题