Git error remote: Empty password

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

    You can try:

    git clone https://naor_shoyhat:@bitbucket.org/naor_shoyhat/hello-world.git
    

    It worked for me in a pinch, but I do agree that it is not the best solution.

提交回复
热议问题