尝试使用 capistrano 3 进行部署时出现此错误。
cap production deploy:setup
cap aborted!
cannot load such file -- capistrano/mercurial.rb
我的部署:
...
set :branch, "default"
set :deploy_to, "/var/rails"
set :deploy_via, :remote_cache
set :scm, 'mercurial'
...
我需要某种扩展吗?到目前为止,我发现的唯一一个是Capistrano-Mercurial-Ext,但它没有帮助。