Error when install webloyer
masrodjie opened this issue · 1 comments
masrodjie commented
I just trying to install weployer using command:
composer create-project ngmy/webloyer
And got the error:
[RuntimeException]
Failed to clone https://github.com/fguillot/JsonRPC.git via https, ssh protocols, aborting.
- https://github.com/fguillot/JsonRPC.git
Cloning into '/Users/masrodjie/Dropbox/Documents/www/wpdev.com/webloyer/vendor/fguillot/json-rpc'...
remote: Repository not found.
fatal: repository 'https://github.com/fguillot/JsonRPC.git/' not found
- git@github.com:fguillot/JsonRPC.git
Cloning into '/Users/masrodjie/Dropbox/Documents/www/wpdev.com/webloyer/vendor/fguillot/json-rpc'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.```