如何使用git克隆我们的repo magento样板文件

如何使用git克隆我们的repo magento样板文件,git,github,twitter-bootstrap-3,magento-1.6,Git,Github,Twitter Bootstrap 3,Magento 1.6,请检查这个 git clone git@github.com:webcomm/magento-boilerplate.git defaut . 我尝试使用我的默认文件夹,但它不起作用,它给我以下错误: git clone git@github.com:webcomm/magento-boilerplate.git ... Permission denied (publickey). fatal: Could not read from remote repository. Please ma

请检查这个

git clone git@github.com:webcomm/magento-boilerplate.git defaut .
我尝试使用我的默认文件夹,但它不起作用,它给我以下错误:

git clone git@github.com:webcomm/magento-boilerplate.git
...
Permission denied (publickey).
fatal: Could not read from remote repository.

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

如果您不想调试ssh设置,一个快速解决方法是使用https url

git clone https://github.com/webcomm/magento-boilerplate

如果没有,您可以在“”处查看调试ssh连接需要检查的各个点,以及与$HOME/.ssh文件夹(请参阅)和相关联的权限。

最好复制并粘贴错误消息,这样每个人都可以实际阅读并可搜索。如果有人搜索相同的错误消息,该人将找不到您的帖子。此外,不发布图像有助于保持带宽较小。有趣的是,只需复制并粘贴您的错误就可以为您和我们节省大量时间;)