On page 15 when pushing to git hub the following error:
vagrant@precise32:/vagrant/app$ git push origin master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I had to ssh-keygen and publish id_rsa.pub to github from the vagrant machine for this command to work.
On page 15 when pushing to git hub the following error: vagrant@precise32:/vagrant/app$ git push origin master Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I had to ssh-keygen and publish id_rsa.pub to github from the vagrant machine for this command to work.