I've just setup an account on bitbucket and trying to import my repository for the first time.
I type this command:
git push -u origin --all
Then I am prompted for my password. When I hit enter a new line is inserted and nothing happens. I can also see my password on the screen. For example if my password was "mypassword" this is what it would look like after I run the command, hit enter, enter password and hit enter:

Thanks in advance!
ooh, this post is pretty old but,
when setting the remote repository try to use:
git remote set-url origin https://[email protected]/username/repo.git
instead of:
git remote add origin https://[email protected]/username/repo.git
It worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With