I'm trying to connect bitbucket with my homestead repo with the following:
git remote add origin [email protected]:projectname/project.git
git push -u origin --all # pushes up the repo and its refs for the first time
git push origin --tags # pushes up any tags
But when I do that I receive:
Enter passphrase for key '/home/vagrant/.ssh/id_rsa':
I get the same message when i want to login to my digital ocean server. It was working fine. But now i get this message. Hope anybody can help me. Just updated my macbook to the latest OSX version, maybe that change something?
Thanks for the reply. In my case it was even simpeler. I couldn't remember i entered a phrase when creating the key. So i hit return when de question pops up. After that i could enter my password and login to my machine.