Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
1,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Unicon 3.15 KB | None | 0 0
  1. intuit@server:/var/www/rusplanet/deploy/intuit$ git log -n 1
  2. commit 26ba11e39d383477c8a2b517d03fd54f461076fc
  3. Author: stan220 <stan.aliferovich@gmail.com>
  4. Date:   Mon Aug 8 10:17:50 2016 +0300
  5.  
  6.     transfer SM
  7. intuit@server:/var/www/rusplanet/deploy/intuit$ cap demo_dev deploy
  8. INFO [abd5a665] Running /usr/bin/env mkdir -p /tmp/rp_intuit/ as intuit@127.0.0.1
  9. Text will be echoed in the clear. Please install the HighLine or Termios libraries to suppress echoed text.
  10. intuit@127.0.0.1's password:denBe0_xe254ik
  11. INFO [abd5a665] Finished in 4.718 seconds with exit status 0 (successful).
  12. INFO Uploading /tmp/rp_intuit/git-ssh.sh 100.0%
  13. INFO [36ac5070] Running /usr/bin/env chmod +x /tmp/rp_intuit/git-ssh.sh as intuit@127.0.0.1                                                                                        
  14. INFO [36ac5070] Finished in 0.009 seconds with exit status 0 (successful).
  15. INFO [e754ca68] Running /usr/bin/env git ls-remote --heads git@bitbucket.org:steelmonkeys/intuit.git as intuit@127.0.0.1
  16. INFO [e754ca68] Finished in 4.560 seconds with exit status 0 (successful).
  17. INFO [a077fe8e] Running /usr/bin/env mkdir -p /var/www/rusplanet/demo/intuition/shared /var/www/rusplanet/demo/intuition/releases as intuit@127.0.0.1
  18. INFO [a077fe8e] Finished in 0.010 seconds with exit status 0 (successful).
  19. INFO [71a2217b] Running /usr/bin/env mkdir -p /var/www/rusplanet/demo/intuition/shared/var/logs /var/www/rusplanet/demo/intuition/shared/web/files as intuit@127.0.0.1
  20. INFO [71a2217b] Finished in 0.008 seconds with exit status 0 (successful).
  21. INFO The repository mirror is at /var/www/rusplanet/demo/intuition/repo
  22. INFO [58bea588] Running /usr/bin/env git remote update as intuit@127.0.0.1
  23. (Backtrace restricted to imported tasks)
  24. cap aborted!
  25. SSHKit::Runner::ExecuteError: Exception while executing as intuit@127.0.0.1: git exit status: 1
  26. git stdout: Fetching origin
  27. git stderr: Error reading response length from authentication socket.
  28. conq: repository does not exist.
  29. fatal: Could not read from remote repository.
  30.  
  31. Please make sure you have the correct access rights
  32. and the repository exists.
  33. error: Could not fetch origin
  34.  
  35. SSHKit::Command::Failed: git exit status: 1
  36. git stdout: Fetching origin
  37. git stderr: Error reading response length from authentication socket.
  38. conq: repository does not exist.
  39. fatal: Could not read from remote repository.
  40.  
  41. Please make sure you have the correct access rights
  42. and the repository exists.
  43. error: Could not fetch origin
  44.  
  45. Tasks: TOP => git:create_release => git:update
  46. (See full trace by running task with --trace)
  47. The deploy has failed with an error: Exception while executing as intuit@127.0.0.1: git exit status: 1
  48. git stdout: Fetching origin
  49. git stderr: Error reading response length from authentication socket.
  50. conq: repository does not exist.
  51. fatal: Could not read from remote repository.
  52.  
  53. Please make sure you have the correct access rights
  54. and the repository exists.
  55. error: Could not fetch origin
  56. You have new mail in /var/mail/intuit
  57. intuit@server:/var/www/rusplanet/deploy/intuit$ git remote -v
  58. origin  git@bitbucket.org:steelmonkeys/intuit.git (fetch)
  59. origin  git@bitbucket.org:steelmonkeys/intuit.git (push)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement