cutone

转载 http://blog.csdn.net/starlmxx/article/details/50946643

今天安装Homebrew时用如下命令:    

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

出现 

curl: (22) The requested URL returned error: 400 Bad Request
错误,搜了下改用如下命令就可以成功安装:

 

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

分类:

技术点:

相关文章:

  • 2021-06-28
  • 2021-08-29
  • 2021-09-27
  • 2021-11-04
  • 2021-11-18
  • 2021-08-12
  • 2021-11-01
猜你喜欢
  • 2021-04-28
  • 2021-10-08
  • 2021-12-08
  • 2021-11-07
  • 2022-01-14
  • 2021-11-02
  • 2021-04-19
相关资源
相似解决方案