Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. 00:00 git:wrapper
  2. 01 mkdir -p /tmp
  3. ✔ 01 groep15@193.190.127.195 0.267s
  4. Uploading /tmp/git-ssh-EventManager-production-jarno.sh 100.0%
  5. 02 chmod 700 /tmp/git-ssh-EventManager-production-jarno.sh
  6. ✔ 02 groep15@193.190.127.195 0.020s
  7. 00:00 git:check
  8. 01 git ls-remote git@github.ugent.be:javschoo/givdnbro/project_webdev.gi…
  9. 01 fatal: remote error:
  10. 01 %s is not a valid repository name
  11. 01 Please contact github@ugent.be for help
  12. (Backtrace restricted to imported tasks)
  13. cap aborted!
  14. SSHKit::Runner::ExecuteError: Exception while executing as groep15@193.190.127.195: git exit status: 128
  15. git stdout: Nothing written
  16. git stderr: fatal: remote error:
  17. %s is not a valid repository name
  18. Please contact github@ugent.be for help
  19.  
  20. SSHKit::Command::Failed: git exit status: 128
  21. git stdout: Nothing written
  22. git stderr: fatal: remote error:
  23. %s is not a valid repository name
  24. Please contact github@ugent.be for help
  25.  
  26. Tasks: TOP => deploy:check => git:check
  27. (See full trace by running task with --trace)
  28. The deploy has failed with an error: Exception while executing as groep15@193.190.127.195: git exit status: 128
  29. git stdout: Nothing written
  30. git stderr: fatal: remote error:
  31. %s is not a valid repository name
  32. Please contact github@ugent.be for help
  33.  
  34.  
  35. ** DEPLOY FAILED
  36. ** Refer to log/capistrano.log for details. Here are the last 20 lines:
  37.  
  38.  
  39. DEBUG [0eb8390b] Command: ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-EventManager-production-jarno.sh" ; /usr/bin/env git ls-remote git@github.ugent.be:javschoo/givdnbro/project_webdev.git HEAD )
  40.  
  41. DEBUG [0eb8390b] fatal: remote error:
  42.  
  43. %s is not a valid repository name
  44.  
  45. DEBUG [0eb8390b] Please contact github@ugent.be for help
  46.  
  47. INFO ---------------------------------------------------------------------------
  48.  
  49. INFO START 2017-03-22 21:32:35 +0100 cap production deploy
  50.  
  51. INFO ---------------------------------------------------------------------------
  52.  
  53. INFO [1a7e9306] Running /usr/bin/env mkdir -p /tmp as groep15@193.190.127.195
  54.  
  55. DEBUG [1a7e9306] Command: /usr/bin/env mkdir -p /tmp
  56.  
  57. INFO [1a7e9306] Finished in 0.267 seconds with exit status 0 (successful).
  58.  
  59. DEBUG Uploading /tmp/git-ssh-EventManager-production-jarno.sh 0.0%
  60.  
  61. INFO Uploading /tmp/git-ssh-EventManager-production-jarno.sh 100.0%
  62.  
  63. INFO [40017b96] Running /usr/bin/env chmod 700 /tmp/git-ssh-EventManager-production-jarno.sh as groep15@193.190.127.195
  64.  
  65. DEBUG [40017b96] Command: /usr/bin/env chmod 700 /tmp/git-ssh-EventManager-production-jarno.sh
  66.  
  67. INFO [40017b96] Finished in 0.020 seconds with exit status 0 (successful).
  68.  
  69. INFO [f715f678] Running /usr/bin/env git ls-remote git@github.ugent.be:javschoo/givdnbro/project_webdev.git HEAD as groep15@193.190.127.195
  70.  
  71. DEBUG [f715f678] Command: ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-EventManager-production-jarno.sh" ; /usr/bin/env git ls-remote git@github.ugent.be:javschoo/givdnbro/project_webdev.git HEAD )
  72.  
  73. DEBUG [f715f678] fatal: remote error:
  74.  
  75. %s is not a valid repository name
  76.  
  77. DEBUG [f715f678] Please contact github@ugent.be for help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement