在 Rails 3.1 中安装 cancan 2.0 gem

发布于 2024-12-07 11:04:27 字数 340 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我一向站在原地 2024-12-14 11:04:27

听起来你的 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.

蛮可爱 2024-12-14 11:04:27
gem 'cancan', github: 'ryanb/cancan', branch: '2.0'
gem 'cancan', github: 'ryanb/cancan', branch: '2.0'
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文