错误:无法在本地或存储库中找到 gem engineyard-serverside
我是发动机场的新手。
我刚刚从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的本地计算机上有什么版本的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.