1
我已经克隆了Discourse的主分支。我的共享主机对Ruby on Rails来说很新颖。它不会让我在任何使用Git的gem上运行软件包安装。错误:Bundler遇到Git问题
Gemfile syntax error:
/home/soociali/rails_apps/Discus/Gemfile:3: syntax error, unexpected ':', expecting $end
...ctive_model_serializers', git: 'git://github.com/rails-api/a...
^
的Gemfile中:https://github.com/discourse/discourse/blob/master/Gemfile
另外,它使用Bundler 1.2.4 – 2013-02-20 02:45:54
用http协议替换git可能有帮助吗?即:':git =>'http:// ....'' – kasperite 2013-02-20 02:49:44
IDK如果协议很重要,那么它就是:git,所以它看起来像。 – 2013-02-20 03:08:50