【发布时间】:2014-07-09 17:21:51
【问题描述】:
我正在尝试通过 guide on Github here 将 @import 添加到我的 Shopify 主题开发工作流程中。
按照 Grunt.js 指南,当我应该运行 bundle install 时,我已到达第 5 步。运行时出现以下错误:
Fetching git@github.com:Shopify/shopify_theme.git
Cloning into bare repository '/usr/local/rvm/gems/ruby-2.1.1/cache/bundler/git/shopify_theme-3de0c1fc88f476e318398688d2f3d8495e4f5062'...
Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
这也给了我一个错误:
--bare --no-hardlinks` in directory
任何想法出了什么问题?对命令行来说还是相当新的,无法弄清楚问题可能是什么。
感谢任何帮助。提前致谢!
【问题讨论】: