1

こんにちは、brew doctor を実行しようとすると、多くの警告が表示されます

Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:

    python

Warning: You are using Mac OS X 10.9.
We do not yet provide support for this (unreleased) version.

Warning: You have uncommitted modifications to Homebrew
If this a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
    cd /usr/local/Library && git stash && git clean -d -f
Error: Homebrew doesn't know what compiler versions ship with your version
of Xcode (5.0.1). Please `brew update` and if that doesn't help, file
an issue with the output of `brew --config`:
  https://github.com/mxcl/homebrew/issues

Thanks!

Warning: You have a curlrc file
If you have trouble downloading packages with Homebrew, then maybe this
is the problem? If the following command doesn't work, then try removing
your curlrc:
  curl http://github.com

解決策を修正して検索しようとしましたが、解決しませんでした。これらの警告はすべて、osx 10.9 にアップデートした後に発生したと思います。

誰でもこれらの問題を抱えています

編集:

私が得る醸造の更新のために

error: pathspec 'master' did not match any file(s) known to git.
Error: Failure while executing: git checkout -q master
4

1 に答える 1

2

brew をアンインストールして再インストールすることを提案してくれた @ShivanRaptor に感謝します。再度インストールすると、すべて正常に動作します。

この警告を除くすべての警告がなくなりました

Warning: You have a curl

rc file
If you have trouble downloading packages with Homebrew, then maybe this
is the problem? If the following command doesn't work, then try removing
your curlrc:
  curl http://github.com

しかし、ルビーとルビーの宝石に関する元の問題を修正したので、これは他のことに影響しませんでした

于 2013-11-01T17:04:27.110 に答える