Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git error remote: Empty password

I'm trying to clone my git repo from bitbucket, and when I enter this command:

git clone https://[email protected]/naor_shoyhat/hello-world.git 

The bash then prompts me a window with areas to enter username and password.

I enter them and then I receive this error:

remote: Empty password fatal: Authentication failed for 'https://[email protected]/naor_shoyhat/hello-world.git/' 
like image 289
Naor Shoyhat Avatar asked Mar 29 '17 17:03

Naor Shoyhat


1 Answers

I'm using git(2.12.2) 64-bit on Windows 10. My solution is simply close the login window which you have to type account and password, and a SSh window will pop out, then you type your password.

like image 53
Shin-Bang Tsai Avatar answered Oct 06 '22 00:10

Shin-Bang Tsai