I've just started a new private project and wanted to push it to Bitbucket. However, git just hangs after entering my ssh passphrase:
psirus|example» git push -u origin master
Enter passphrase for key '/home/psirus/.ssh/id_rsa':
Unfortunately, nothing more useful can be found by using -v
:
psirus|example» git push -v -u origin master
Pushing to git@bitbucket.org:psirus/example.git
Enter passphrase for key '/home/psirus/.ssh/id_rsa':
What else can I do to debug this problem? I can successfully push to my other Bitbucket repos, using this ssh key, this computer, this connection.