1

こんにちは、Ruby on Rails を実行するように Mac をセットアップしようとしていますが、Homebrew と RVM をインストールしようとして行き詰まりました。

ターミナルに入力すると:

 ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

通常のテキスト ブロックを返し、最後に次のように表示されます。

 WARNING: Improper use of the sudo command could lead to data loss
 or the deletion of important system files. Please double-check your
  typing when using sudo. Type "man sudo" for more information.

 To proceed, enter your password, or type Ctrl-C to abort.

Password:

ルート パスワードを入力しようとしても何も起こりません。何かを返す唯一の入力は、'Sorry, try again.' というメッセージとともに返されるエンター キーを押すことです。

RVM のインストールを実行しようとすると、同じことが起こります。

  Searching for binary rubies, this might take some time.
  Found remote file https://rvm.io/binaries/osx/10.9/x86_64/ruby-2.0.0-p247.tar.bz2
  Checking requirements for osx.
  Installing  macports.................................................................................................................
 ..............................................................
     connorashton password required for 'make install': .......

また、何も入力できません。また、テキスト カーソルを表示する代わりに、小さな灰色の四角形が表示されることに注意してください。

どんな助けでも大歓迎です!

<------- 編集 ------->

コメントありがとうございます。ようやく動きがあり、パスワードのプロンプトを通過しました。ただし、RVM は別のエラーで戻ってくるようになりました。

  Downloaded archive checksum did not match, archive was removed!
  If you wish to continue with not matching download add '--verify-downloads 2' after 
   the          command.

  Downloading https://rvm.io/binaries/osx/10.9/x86_64/ruby-2.0.0-p247.tar.bz2 failed.
   Mounting remote ruby failed, trying to compile.
    connorashton password required for 'softwareupdate -l': 

そのため、パスワードを再入力すると、再び実行が開始されましたが、次のように戻ってきました。

   Retrieving rubygems-2.1.11
   There is no checksum for 'http://production.cf.rubygems.org/rubygems/rubygems-     
     2.1.11.tgz' 
     or 'rubygems-2.1.11.tgz', it's not possible to validate it.
    This could be because your RVM install's list of versions is out of date. 
      You may want    to
     update your list of rubies by running 'rvm get stable' and try again.
    If that does not resolve the issue and you wish to continue with unverified download
     add '--verify-downloads 1' after the command.

     There has been an error while trying to fetch rubygems. 
      Halting the installation.

質問して申し訳ありませんが、これを起動して実行したいだけです!

4

2 に答える 2