安装rvm时Github 403(连接被拒绝)

时间:2011-08-24 06:34:57

标签: github rvm

我正在尝试从官方安装页面安装rvm。 运行它已经破了:

bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
fatal: unable to connect a socket (Connection refused)
Initialized empty Git repository in /home/ghufran/.rvm/src/rvm/.git/
fatal: https://github.com/wayneeseguin/rvm.git/info/refs download error - The requested URL returned error: 403

ERROR: Unable to clone the RVM repository, attempted both git:// and https://

我正在使用ubuntu 9.1 64 bit

2 个答案:

答案 0 :(得分:1)

所以在调查之后,我发现它根本与rvm无关。

问题在于我的网络,用于git协议的端口未打开。打开港口对我有用。

答案 1 :(得分:0)

基于教程here

你安装了所有的开发库,如:

$ sudo apt-get install zlib1g-dev libreadline5-dev libssl-dev
libxml2-dev

...

我刚刚在我的Ubuntu 11.04盒子上提到的教程中成功安装了rvm。我不认为操作系统的版本是个大问题。

旁边,没有Ubuntu 9.1,它是Ubuntu 9.10,这意味着2009年10月发布。