bundle install leads to git clone error. Not sure what this response means
- In your Terminal write
bundle config github.https true
- In your Terminal write
bundle install
The problem is not on your end. Trying:
git clone 'git://github.com/maccman/gdata.git' "foobar" --bare --no-hardlinks
Fails on my machine with the same error.
Interestingly a non-bare clone seems to work as expected.
resolution: Clone from the https interface: https://github.com/maccman/gdata.git
instead.