RVM - MacPorts wird nicht über den Proxy aktualisiert

Ich versuche, mit RVM Ruby auf meinem iMac zu installieren.

Ich beginne mit der Eingabe von:

rvm list known

Ich ziele dann auf die Version, die ich installieren möchte (die Anleitung, der ich folge, empfiehlt 1.9.2 anstelle der Basis 1.8.7), mit der folgenden Zeile:

rvm install 1.9.2

Dann bekomme ich folgendes:

27698AM:~ butler15$ rvm install 1.9.2
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.7/x86_64/ruby-1.9.2-p320.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for osx, might require sudo password.
Password:

Ich gebe mein Passwort ein und bekomme folgendes:

DEBUG: Copying /Users/butler15/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences
DEBUG: MacPorts sources location: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
--->  Updating MacPorts base sources using rsync
rsync: failed to connect to rsync.macports.org: Operation timed out (60)
rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9]
Command failed: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/tarballs/base.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
Exit code: 10
DEBUG: Error synchronizing MacPorts sources: command execution failed
while executing
"macports::selfupdate [array get global_options] base_updated"
Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed

Wenn ich das richtig verstehe, wird versucht, MacPorts zu aktualisieren, dies schlägt jedoch fehl, da ein Proxy (oder etwas anderes?)

Ich habe versucht, diesem Handbuch zu folgen, aber es hat nicht funktioniert:http://samkhan13.wordpress.com/2012/06/15/make-macports-work-behind-proxy/

Weitere Informationen:

Meine aktuelle Version von RVM und RUBY:http://d.pr/i/H1Eu

Mein OSX - 10.7.4

Vielen Dank im Voraus für Ihre Hilfe :)

Antworten auf die Frage(4)

Ihre Antwort auf die Frage