小弟ruby/gem门外汉,github上的Capistrano下载后发现gem buidl capistrano.gemspec 始终装不上去。请问这个软件有什么离线安装方法吗?是否一定要上网gem install才能安装,虽然淘宝镜像了站点? 公司服务器不可能接外网,好惆怅啊~~
报错如下 [root@cent-202 soft]# cd cap* [root@cent-202 capistrano-master]# ls -tlr 总用量 84 drwxr-xr-x. 6 root root 4096 8月 15 01:35 test -rw-r–r--. 1 root root 3795 8月 15 01:35 README.md -rw-r–r--. 1 root root 230 8月 15 01:35 Rakefile drwxr-xr-x. 3 root root 4096 8月 15 01:35 lib -rw-r–r--. 1 root root 213 8月 15 01:35 Gemfile -rw-r–r--. 1 root root 48827 8月 15 01:35 CHANGELOG -rw-r–r--. 1 root root 1703 8月 15 01:35 capistrano.gemspec drwxr-xr-x. 2 root root 4096 8月 15 01:35 bin -rw-r–r--. 1 root root 6144 9月 21 11:52 capistrano-2.15.4.gem [root@cent-202 capistrano-master]# gem build capistrano.gemspec WARNING: licenses is empty Successfully built RubyGem Name: capistrano Version: 2.15.4 File: capistrano-2.15.4.gem
[root@cent-202 capistrano-master]# gem list
*** LOCAL GEMS ***
highline (1.6.19) net-scp (1.1.2) net-sftp (2.1.2) net-ssh (2.7.0) net-ssh-gateway (1.2.0) [root@cent-202 capistrano-master]# 还是没装到