码迷,mamicode.com
首页 > 系统相关 > 详细

mac安装brew遇到404报错解决方案

时间:2018-01-11 11:43:25      阅读:1492      评论:0      收藏:0      [点我收藏+]

标签:tail   use   .net   span   turn   安装   ror   install   details   

转载 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)"

mac安装brew遇到404报错解决方案

标签:tail   use   .net   span   turn   安装   ror   install   details   

原文地址:https://www.cnblogs.com/cutone/p/8266775.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!