如何使用 git 克隆我们的回购洋红色样板



请检查此

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

如果没有,您可以在"无法将主节点 Git-push 到 Github"中看到调试 ssh 连接时要检查的各个要点,以及与 $HOME/.ssh 文件夹关联的权限(请参阅此答案)和 Github ssh 页面。

最新更新