MiniCodeMonkey / Vagrant-LAMP-Stack

A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.
431 stars 173 forks source link

Error for "git clone" from the manual. #16

Closed MaxProWeb closed 10 years ago

MaxProWeb commented 10 years ago

mini:lamp max$ git clone git@github.com:MiniCodeMonkey/Vagrant-LAMP-Stack.git Cloning into 'Vagrant-LAMP-Stack'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

MiniCodeMonkey commented 10 years ago

Try cloning via HTTPS instead

git clone https://github.com/MiniCodeMonkey/Vagrant-LAMP-Stack.git