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デプロイから回復する方法:
致命的:解凍後に残った未解決のデルタ 致命的:unpack-objectsが失敗しました
致命的:解凍後に残った未解決のデルタ
致命的:unpack-objectsが失敗しました
キャッシュが破損しています。deploy.rbでキャッシュをfalseに設定してください。
set :copy_cache, false
私にとっては、次のrakeタスクを実行することでうまくいきました。
cap git_copy:cleanup