Advertisement
Guest User

Untitled

a guest
Jun 25th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. INFO: gitlab is the same host as jkl-ubuntu-01
  2.  
  3. jenkins@jkl-ubuntu-01:~$ ssh git@gitlab
  4. PTY allocation request failed on channel 0
  5. Welcome to GitLab, Jenkins CI!
  6. Connection to gitlab closed.
  7.  
  8. jenkins@jkl-ubuntu-01:~$ git clone --progress -o origin git@gitlab:/performance/mgen.git
  9. Cloning into 'mgen'...
  10. fatal: The remote end hung up unexpectedly
  11.  
  12. Different machine:
  13. ---
  14. -> /tmp git clone git@gitlab:performance/mgen.git
  15. Cloning into 'mgen'...
  16. remote: Counting objects: 106, done.
  17. remote: Compressing objects: 100% (59/59), done.
  18. remote: Total 106 (delta 35), reused 102 (delta 33)
  19. Receiving objects: 100% (106/106), 31.99 KiB, done.
  20. Resolving deltas: 100% (35/35), done.
  21. -> /tmp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement