2011-06-27 2 views
1

からルビー1.9.2頭のクローンを作成するために失敗しました既知のバージョンをお探しの場合:RVMは、私はRVMを通じ​​てルビー1.9.2の最新バージョンをインストールしたいと思ってきたが、githubのからソースを取得しようとすると、それが失敗したgithubの

albookpro-3:~ pl$ rvm list known 
# MRI Rubies 
[ruby-]1.8.6[-p420] 
[ruby-]1.8.6-head 
[ruby-]1.8.7[-p334] 
[ruby-]1.8.7-head 
[ruby-]1.9.1-p378 
[ruby-]1.9.1[-p431] 
[ruby-]1.9.1-head 
[ruby-]1.9.2[-p180] 
[ruby-]1.9.2-head 
ruby-head 

... 

私が今使用しているバージョン1.9.2-p180をフェッチすると機能しました。

私はこの作業を行うために何をすべきですか? 私は、最新のRVMのバージョン使用しています:それは、同じコンピュータ上で、それはUbuntuの下に機能しなかったことは興味深い

$ git clone https://github.com/davedelong/CHDataStructures.git 
Initialized empty Git repository in /home/mg/Downloads/1/CHDataStructures/.git/ 
Cannot get remote repository information. 
Perhaps git-update-server-info needs to be run there? 
$ git-update-server-info 
fatal: Not a git repository 

:私はgitのと類似した問題があった

albookpro-3:~ pl$ rvm -v 

rvm 1.6.20 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/] 

おかげ

+2

どのバージョンがありますか?これに関連する可能性があります:https://github.com/blog/809-git-dumb-http-transport-to-be-turned-off-in-90-days – matt

+0

私は1.5.5を使用していましたが、 1.7.5.4にアップグレードすると問題が解決するようです。ありがとう! –

答えて

1

をハーディーとLucidの下で働いた。

そして、これが助けたものです:

$ git clone git://github.com/davedelong/CHDataStructures.git 

(つまり、私がhttpsに置き換え:gitので:,し、それが働いていた)はgitの

関連する問題