'curl http://github.com'的预期产量是多少?

时间:2014-08-02 22:15:10

标签: curl osx-mavericks homebrew

我最近安装了Homebrew并且运行了brew医生。看起来一切都还可以,但我得到的似乎是一个非常常见的消息:

Warning: You have a curlrc flie
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

当我跑步时,没有任何事情发生:

me at my-computer-name in ~
    $ curl http://github.com
me at my-computer-name in ~

如何删除curlrc文件,有什么影响?

1 个答案:

答案 0 :(得分:3)

.curlrc文件包含默认的命令行参数(即,它们包含在您的命令中而不必重新键入它们) - 因此它通常用于保存代理信息等。它只是纯文本。

它可能位于您的主目录和/或$ CURL_HOME中。请注意,它是.curlrc,而不是curlrc,因此您需要使用'ls -a'来查看它。然后可以像任何其他文件一样修改/重命名/删除它。

不能说取消它的效果是什么 - 取决于它的内容,但看起来它不会比你现在所得到的更糟糕。即便如此,为了安全起见,请尝试重命名而不是先删除它。