Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. gildas@DESKTOP-7M8LJ0N:~/CIRCLESOFT$ bundle exec cap alpha deploy
  2. DEBUG [8477b654] Running [ -d ~/.rvm ] as deploy@stark.circlesoft.net
  3. DEBUG [8477b654] Command: [ -d ~/.rvm ]
  4. DEBUG [8477b654] Finished in 3.714 seconds with exit status 0 (successful).
  5. DEBUG [f68564a8] Running ~/.rvm/bin/rvm version as deploy@stark.circlesoft.net
  6. DEBUG [f68564a8] Command: ~/.rvm/bin/rvm version
  7. DEBUG [f68564a8] rvm 1.27.0 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
  8. DEBUG [f68564a8] Finished in 0.582 seconds with exit status 0 (successful).
  9. rvm 1.27.0 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
  10. DEBUG [08eb88ca] Running ~/.rvm/bin/rvm current as deploy@stark.circlesoft.net
  11. DEBUG [08eb88ca] Command: ~/.rvm/bin/rvm current
  12. DEBUG [08eb88ca] ruby-2.1.1
  13. DEBUG [08eb88ca] Finished in 0.567 seconds with exit status 0 (successful).
  14. ruby-2.1.1
  15. DEBUG [811f95b1] Running ~/.rvm/bin/rvm 2.1.1@circle do ruby --version as deploy@stark.circlesoft.net
  16. DEBUG [811f95b1] Command: ~/.rvm/bin/rvm 2.1.1@circle do ruby --version
  17. DEBUG [811f95b1] ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
  18. DEBUG [811f95b1] Finished in 0.915 seconds with exit status 0 (successful).
  19. ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
  20. INFO [35d91cb7] Running /usr/bin/env mkdir -p /tmp/circle/ as deploy@stark.circlesoft.net
  21. DEBUG [35d91cb7] Command: /usr/bin/env mkdir -p /tmp/circle/
  22. INFO [35d91cb7] Finished in 0.357 seconds with exit status 0 (successful).
  23. DEBUG Uploading /tmp/circle/git-ssh.sh 0.0%
  24. INFO Uploading /tmp/circle/git-ssh.sh 100.0%
  25. INFO [4de07fd1] Running /usr/bin/env chmod +x /tmp/circle/git-ssh.sh as deploy@stark.circlesoft.net
  26. DEBUG [4de07fd1] Command: /usr/bin/env chmod +x /tmp/circle/git-ssh.sh
  27. INFO [4de07fd1] Finished in 0.350 seconds with exit status 0 (successful).
  28. INFO [c94f6175] Running /usr/bin/env git ls-remote --heads git@github.com:warwick-schaffer/Circle-v2.git as deploy@stark.circlesoft.net
  29. DEBUG [c94f6175] Command: ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/circle/git-ssh.sh" ; /usr/bin/env git ls-remote --heads git@github.com:warwick-schaffer/Circle-v2.git )
  30. DEBUG [c94f6175] Permission denied (publickey).
  31. DEBUG [c94f6175] fatal: Could not read from remote repository.
  32.  
  33. Please make sure you have the correct access rights
  34. and the repository exists.
  35. (Backtrace restricted to imported tasks)
  36. cap aborted!
  37. SSHKit::Runner::ExecuteError: Exception while executing as deploy@stark.circlesoft.net: git exit status: 128
  38. git stdout: Nothing written
  39. git stderr: Permission denied (publickey).
  40. fatal: Could not read from remote repository.
  41.  
  42. Please make sure you have the correct access rights
  43. and the repository exists.
  44.  
  45. SSHKit::Command::Failed: git exit status: 128
  46. git stdout: Nothing written
  47. git stderr: Permission denied (publickey).
  48. fatal: Could not read from remote repository.
  49.  
  50. Please make sure you have the correct access rights
  51. and the repository exists.
  52.  
  53. Tasks: TOP => git:check
  54. (See full trace by running task with --trace)
  55. The deploy has failed with an error: Exception while executing as deploy@stark.circlesoft.net: git exit status: 128
  56. git stdout: Nothing written
  57. git stderr: Permission denied (publickey).
  58. fatal: Could not read from remote repository.
  59.  
  60. Please make sure you have the correct access rights
  61. and the repository exists.
  62.  
  63. gildas@DESKTOP-7M8LJ0N:~/CIRCLESOFT$ git remote -v
  64. origin git@github.com:warwick-schaffer/Circle-v2.git (fetch)
  65. origin git@github.com:warwick-schaffer/Circle-v2.git (push)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement