2016-02-15 72 views
0

我的卡皮斯托拉諾3部署被打破。我真的不知道爲什麼,這就像昨天它的工作,今天它沒有。請看看它給我的錯誤:卡皮斯特拉諾3部署被打破

cap aborted! 
Errno::ENOENT: No such file or directory @ rb_file_s_stat - /tmp/PROJECT-0d9226685f71.tar.gz 
/Users/USER/.rvm/gems/[email protected]/gems/net-scp-1.2.1/lib/net/scp/upload.rb:117:in `stat' 
/Users/USER/.rvm/gems/[email protected]/gems/net-scp-1.2.1/lib/net/scp/upload.rb:117:in `set_current' 
/Users/USER/.rvm/gems/[email protected]/gems/net-scp-1.2.1/lib/net/scp/upload.rb:24:in `upload_start_state' 
/Users/USER/.rvm/gems/[email protected]/gems/net-scp-1.2.1/lib/net/scp.rb:369:in `block (3 levels) in start_command' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/channel.rb:324:in `call' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/channel.rb:324:in `process' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:223:in `block in preprocess' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:223:in `each' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:223:in `preprocess' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:206:in `process' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `block in loop' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `loop' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `loop' 
/Users/USER/.rvm/gems/[email protected]/gems/net-ssh-3.0.2/lib/net/ssh/connection/channel.rb:269:in `wait' 
/Users/USER/.rvm/gems/[email protected]/gems/net-scp-1.2.1/lib/net/scp.rb:284:in `upload!' 
/Users/USER/.rvm/gems/[email protected]/gems/sshkit-1.8.1/lib/sshkit/backends/netssh.rb:34:in `block in upload!' 
/Users/USER/.rvm/gems/[email protected]/gems/sshkit-1.8.1/lib/sshkit/backends/netssh.rb:141:in `with_ssh' 
/Users/USER/.rvm/gems/[email protected]/gems/sshkit-1.8.1/lib/sshkit/backends/netssh.rb:33:in `upload!' 
/Users/USER/.rvm/gems/[email protected]/gems/capistrano-scm-gitcopy-0.1.2/lib/capistrano/tasks/gitcopy.rake:79:in `block (4 levels) in <top (required)>' 
/Users/USER/.rvm/gems/[email protected]/gems/sshkit-1.8.1/lib/sshkit/backends/abstract.rb:64:in `within' 
/Users/USER/.rvm/gems/[email protected]/gems/capistrano-scm-gitcopy-0.1.2/lib/capistrano/tasks/gitcopy.rake:77:in `block (3 levels) in <top (required)>' 
/Users/USER/.rvm/gems/[email protected]/gems/sshkit-1.8.1/lib/sshkit/backends/abstract.rb:15:in `instance_exec' 
/Users/USER/.rvm/gems/[email protected]/gems/sshkit-1.8.1/lib/sshkit/backends/abstract.rb:15:in `run' 
/Users/USER/.rvm/gems/[email protected]/gems/sshkit-1.8.1/lib/sshkit/runners/parallel.rb:13:in `block (2 levels) in execute' 
Tasks: TOP => gitcopy:create_release 
The deploy has failed with an error: No such file or directory @ rb_file_s_stat - /tmp/PROJECT-0d9226685f71.tar.gz 
** Invoke deploy:failed (first_time) 
** Execute deploy:failed 

我不知道它是什麼。也許一些capistrano錯誤或在我的配置錯誤?讓我知道如果你需要更多的信息

回答

相關問題