Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 Git 上的 Capistrano 部署失败中恢复:
致命的:解包后留下未解决的增量 致命:解包对象失败
致命的:解包后留下未解决的增量
致命:解包对象失败
缓存已损坏,请在deploy.rb 中将缓存设置为 false :
set :copy_cache, false
对我来说,运行以下 rake 任务就可以了:
cap git_copy:cleanup