首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >运行brew医生时的brew警告

运行brew医生时的brew警告
EN

Stack Overflow用户
提问于 2013-10-31 05:51:56
回答 1查看 3.3K关注 0票数 1

嗨,当我试图运行brew医生时,我收到了很多警告。

代码语言:javascript
复制
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

我试图修复和寻找一个解决方案,但没有解决。我认为所有这些警告都是在更新到OSX10.9之后发生的。

任何一个人都有这些问题

编辑:

关于我得到的啤酒更新

代码语言:javascript
复制
error: pathspec 'master' did not match any file(s) known to git.
Error: Failure while executing: git checkout -q master
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-11-01 17:04:27

谢谢@ShivanRaptor建议卸载和重新安装brew,在再次安装之后,一切都很好。

除了这个警告之外,所有警告都消失了

代码语言:javascript
复制
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

但是这并没有影响到其他的东西,因为现在我修复了红宝石和红宝石的原始问题。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19699323

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档