如何在digitalocean服务器上从github源允许gem安装

时间:2017-02-03 10:03:49

标签: github rubygems bundler ruby-on-rails-5

您好,谢谢您的阅读!

如何打开并允许github gem source在digitalocean服务器上运行。

  

由于错误(2/4)重试git clone 'git://github.com/tcocca/acts_as_follower.git' "/home/DIR/.rvm/gems/ruby-2.3.3/cache/bundler/git/acts_as_follower-325dbadb5c64b190d66abe4d3ec636f4d3716066" --bare --no-hardlinks --quiet:Bundler :: Source :: Git :: GitCommandError Git错误:目录/ Dir中的命令git clone 'git://github.com/tcocca/acts_as_follower.git' "/home/DIR/.rvm/gems/ruby-2.3.3/cache/bundler/git/acts_as_follower-325dbadb5c64b190d66abe4d3ec636f4d3716066" --bare --no-hardlinks --quiet失败.fatal:无法连接到github.com:github.com [0:IP]:errno =连接   拒绝github.com [1:IP]:errno =拒绝连接

对此的任何帮助都会很棒。

提前致谢。

1 个答案:

答案 0 :(得分:0)

解决方案是改变全局。

  

git config --global url。https://github.com/.insteadOf git://github.com/