bundle install导致git clone错误。不确定这个回应意味着什么

时间:2012-03-30 08:46:32

标签: ruby-on-rails git clone

在捆绑安装上遇到奇怪的错误..

bundle install
Fetching gem metadata from http://rubygems.org/.....
Fetching gem metadata from http://rubygems.org/..
Fetching git://github.com/maccman/gdata.git
fatal: The remote end hung up unexpectedly
Git error: command `git clone 'git://github.com/maccman/gdata.git' "/Users/elephanttrip/.rvm/gems/ruby-1.9.2-p318@shasta/cache/bundler/git/gdata-811f852468ac76e0019108d8c5320da12b6683d4" --bare --no-hardlinks` in directory /Users/elephanttrip/Sites/shasta has failed.

直到我用brew安装mysql2 gem和mysql才发生这种情况。

这个错误意味着什么?

更新

此外,没有任何文件夹试图将​​其克隆存在。这可能与我的捆绑路径和杂耍有关.rvm

3 个答案:

答案 0 :(得分:15)

问题不在于你。尝试:

git clone 'git://github.com/maccman/gdata.git' "foobar" --bare --no-hardlinks

我的机器出现相同的错误。

有趣的是,非裸克隆似乎按预期工作。

解决方案:从https界面克隆:https://github.com/maccman/gdata.git

答案 1 :(得分:0)

  1. 在终端中输入bundle config github.https true
  2. 在终端中输入bundle install

答案 2 :(得分:-2)

将您的SSH密钥添加到github。

或者@brice提到,您需要将您的团队添加到回购。