私のMac OS X 10.8 Mountain Lion環境(per these instructions)をセットアップする際、Homebrewをインストールしてシェルにbrew doctor
を実行した後、問題が発生しています。Mac OS X 10.8(マウンテンライオン)のHomebrewのgit originリモートロケーションを変更するにはどうすればよいですか?
Warning: Suspicious git origin remote found.
With a non-standard origin, Homebrew won't pull updates from
the main repository. The current git origin is:
Unless you have compelling reasons, consider setting the
origin remote to point at the main repository, located at:
https://github.com/mxcl/homebrew.git
どうすればgit originのリモートロケーションを変更できますか?
+1!この解決策への小さなコメント: 今日ホームブリューをインストールした後、私は同じ警告を受けました。しかし、実行中のBREWアップデートは自家製のものが最新であると私に言った。 BREWアップデートを使用して警告を取り除く前に、マシンを再起動しなければなりませんでした(端末を閉じるだけでは不十分でした)。 – Dyrborg
'brew update'が私の問題を引き起こしましたが、Terminalを再起動すると解決しました。 – Grault