错误:无法在本地或存储库中找到 gem engineyard-serverside

发布于 2024-12-06 01:47:34 字数 709 浏览 0 评论 0原文

我是发动机场的新手。

我刚刚从 github 克隆了一个应用程序,它已经存在于引擎场服务器上。

现在,当我尝试使用 ey deploy --ref production 命令推送最新更改时,它确实给了我错误。

ERROR:  could not find gem engineyard-serverside locally or in a repository
/usr/local/ey_resin/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:777:in `report_activate_error': RubyGem version error: engineyard-serverside(1.4.1 not = 1.4.10) (Gem::LoadError)
    from /usr/local/ey_resin/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:211:in `activate'
    from /usr/local/ey_resin/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:1056:in `gem'
    from /usr/local/ey_resin/ruby/bin/engineyard-serverside:18
Failed deployment recorded in AppCloud
Deploy failed

有谁能解决这个问题吗。

I am new to Engine Yard.

I just clone an app from the github , its already live at engine yard server.

Now when i try to push latest changes using ey deploy --ref production command it do gave me the error.

ERROR:  could not find gem engineyard-serverside locally or in a repository
/usr/local/ey_resin/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:777:in `report_activate_error': RubyGem version error: engineyard-serverside(1.4.1 not = 1.4.10) (Gem::LoadError)
    from /usr/local/ey_resin/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:211:in `activate'
    from /usr/local/ey_resin/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:1056:in `gem'
    from /usr/local/ey_resin/ruby/bin/engineyard-serverside:18
Failed deployment recorded in AppCloud
Deploy failed

Is there any one who can figure out the problem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

画▽骨i 2024-12-13 01:47:34

您的本地计算机上有什么版本的engineyard gem?这可能是最近修补的该 gem 的特定版本的问题;在本地计算机上升级到 Engineyard 版本 1.3.30,然后重试。这有望缓解这个问题。否则,您可以通过 support.engineyard.com 向 Engine Yard 的支持人员提交票证。

What version of the engineyard gem do you have on your local machine? It could be an issue with a specific version of that gem that was recently patched; upgrade to engineyard version 1.3.30 on your local machine and try again. That should hopefully alleviate the problem. Otherwise you can submit a ticket to Engine Yard's support staff at support.engineyard.com.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文