Git error remote: Empty password

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

    If a pop up window ask for username and password close it, then introduce the password in the commandline.

    It seems that is a bug on windows that sends an empty password to bitbucket. I use windows 10.

提交回复
热议问题