Capistrano error tar: This does not look like a tar archive

前端 未结 6 1634
执笔经年
执笔经年 2020-12-25 09:12
 INFO [050fe961] Running mkdir -p /home/rails/rails-
capistrano/releases/20140114234157 on staging-rails
DEBUG [050fe961] Command: cd /home/rails/rails-capistrano/re         


        
6条回答
  •  攒了一身酷
    2020-12-25 09:38

    Whenever I have hit this error it was because the branch specified in my deploy/environment.rb file wasn't checked into git. Do an add / commit / git push origin branch_name and that will likely make things work.

提交回复
热议问题