通过RVM安装Ruby失败

第一次安装失败是由于Homebrew一直安装不成功,遂去http://brew.sh/index_zh-cn.html官网

通过

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

复制到终端中直接安装,安装成功后再通过RVM安装Ruby还是失败,根据提示输入brew doctor查找原因,发现时Xcode版本过低,更新安装之后并运行Xcode,再通过

rvm install 2.3.0

安装了Ruby,安装Ruby成功后输入按照常规步骤到

pod repo remove master出现如下错误

[!] repo master does not exist

尝试更换源,输入如下

pod repo add master http://git.oschina.net/akuandev/Specs.git出现如下错误

[!] To setup the master specs repo, please run `pod setup`.

切换源失败,根据提示输入pod setup

刚开始尝试很多次,都是如下错误

Setting up CocoaPods master repo

[!] /usr/local/bin/git clone https://github.com/CocoaPods/Specs.git master

Cloning into ‘master‘...

error: RPC failed; curl 56 SSLRead() return error -9806

fatal: The remote end hung up unexpectedly

fatal: early EOF

fatal: index-pack failed

通过网络查询很久后死马当活马医,很多人遇到

error: RPC failed; curl 56 SSLRead() return error -36

输入

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer就能pop setup成功

遂在终端输入如上

再进行pod setup,结果如下

Setting up CocoaPods master repo

CocoaPods 1.1.0.rc.2 is available.

To update use: `sudo gem install cocoapods --pre`

[!] This is a test version we‘d love you to try.

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.1.0.rc.2

Setup completed 有了绿色的Setup completed即可

最后成功安装好Ruby

注:确保安装了Xcode命令行工具,忘记是在哪一步安装了此工具,在终端输入

xcode-select --install  即可安装,

时间: 2024-10-13 20:22:44

通过RVM安装Ruby失败的相关文章

用rvm安装ruby错误

缺少对于的库文件 [[email protected] ~]# rvm install 2.0.0Searching for binary rubies, this might take some time.No binary rubies available for: redhat/6/i386/ruby-2.0.0-p451.Continuing with compilation. Please read 'rvm help mount' to get more information on

deepin15.11使用RVM安装ruby

sudo apt-get update sudo apt-get upgrade sudo apt-get install curl # 安装RVM curl -L get.rvm.io | bash -s stable 上面安装RVM有可能会报错,如下图: 根据提示,我们执行提示的命令: gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BA

rvm 安装ruby报错

ruby-2.1.1 - #downloading rubygems-2.2.3  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                 Dload  Upload   Total   Spent    Left  Speed  0     0    0     0    0     0      0      0 --:--:--

ubuntu 14.04中安装 ruby on rails 环境(填坑版) 呕血推荐

环境:在win7 上Vmware虚拟机环境中安装的ubuntu 14.04 开发相关: ruby 2.2.0 rails 4.2.0 sublime text 3 本文说明:所有的命令均在$ 之后,若$前边带有信息,只是为了方便你理解和与自己对照. 安装过程中由于这样那样的原因,产生许多坑,所谓坑是对初学者来说,大牛们飘过吧. 步骤1.从官网下载ubuntu 14.04 X64 http://124.205.69.136/files/2013000000502943/202.141.176.11

在Mac上安装ruby环境

CocoaPods应该是iOS最常用最有名的类库管理工具了,上述两个烦人的问题,通过cocoaPods,只需要一行命令就可以完全解决,当然前提是你必须正确设置它.重要的是,绝大部分有名的开源类库,都支持CocoaPods.所以,作为iOS程序员的我们,掌握CocoaPods的使用是必不可少的基本技能了. =========第一步  配置ruby环境============= http://www.cnblogs.com/daguo/p/4097263.html 以下代码区域,带有 $ 打头的表示

Mac 下安装Ruby环境

步骤1 - 安装 RVM RVM 是干什么的这里就不解释了,后面你将会慢慢搞明白. $ curl -L https://get.rvm.io | bash -s stable 期间可能会问你sudo管理员密码,这里可能需要等待一段时间后就可以成功安装好 RVM. 案例信息如下: lihuifengdeMacBook-Pro:~ lihuifeng$ curl -L https://get.rvm.io | bash -s stable % Total    % Received % Xferd 

如何在Mac OS X上安装 Ruby运行环境

本页主要介绍如何用一条靠谱的路子快速安装 Ruby 开发环境. 系统需求 首先确定操作系统环境,不建议在 Windows 上面搞,所以你需要用: Mac OS X 以下代码区域,带有 $ 打头的表示需要在控制台(终端)下面执行(不包括 $ 符号) 步骤1 - 安装 RVM (ruby version manger ruby 版本管理) RVM 是干什么的这里就不解释了,后面你将会慢慢搞明白. $ \curl -L https://get.rvm.io | bash -s stable --rub

安装 Ruby, Rails 运行环境

对于新入门的开发者,如何安装 Ruby, Ruby Gems 和 Rails 的运行环境可能会是个问题,本页主要介绍如何用一条靠谱的路子快速安装 Ruby 开发环境. 次安装方法同样适用于产品环境! 系统需求 首先确定操作系统环境,不建议在 Windows 上面搞,所以你需要用: Mac OS X 任意 Linux 发行版本(Ubuntu,CentOS, Redhat, ArchLinux ...) 强烈新手使用 Ubuntu 省掉不必要的麻烦! 以下代码区域,带有 $ 打头的表示需要在控制台(

mac快速正确的安装 Ruby, Rails 运行环境

Mac OS X 任意 Linux 发行版本(Ubuntu,CentOS, Redhat, ArchLinux ...) 强烈新手使用 Ubuntu 省掉不必要的麻烦! 以下代码区域,带有 $ 打头的表示需要在控制台(终端)下面执行(不包括 $ 符号) 步骤0 - 安装系统需要的包# For Mac # 先安装 [Xcode](http://developer.apple.com/xcode/) 开发工具,它将帮你安装好 Unix 环境需要的开发包 # 然后安装 [Homebrew](http: