josegonzalez / rad-cakephp-2

Issue Tracker for the "Rapid Application Development with CakePHP 2" BOOK
http://josediazgonzalez.com/cakephp-book/
3 stars 1 forks source link

git push origin master page 15 #6

Open kidtangerine opened 10 years ago

kidtangerine commented 10 years ago

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.