在 Rails 3.1 中安装 cancan 2.0 gem
我在 Windows XP 中安装 cancan 2.0 gem 时遇到问题。我正在使用 Rails 3.1 并且在我的 gemfile 中
宝石“cancan”,:git => “git://github.com/ryanb/cancan.git”,:branch => “2.0”
但它一直说
没有这样的文件或目录 - git clone “git://github.com/ryanb/cancan.git”
我的队友没有这个问题,但他们在 Unix 系统中工作。
I'm having trouble installing the cancan 2.0 gem in Windows XP. I am using Rails 3.1 and in my gemfile y have
gem "cancan", :git => "git://github.com/ryanb/cancan.git", :branch => "2.0"
but it keeps saying
No such file or directory - git clone
"git://github.com/ryanb/cancan.git"
My teammates are not having this problem, but the are working in Unix systems.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来你的 git 工作不正常。您的 Gemfile 中是否使用了任何其他 git 引用?
我将完全相同的内容复制并粘贴到我的 gemfile 中,效果很好。
It sounds like your git is not working properly. Are you using any other git references in your Gemfile?
I copied and pasted the exact same thing in my gemfile and it worked just fine.