Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 14th, 2010 | Syntax: XML | Size: 1.06 KB | Hits: 39 | Expires: Never
Copy text to clipboard
  1. git clone  johndoe@remote:/home/johndoe/git/repo.bare repo
  2. trace: built-in: git 'clone' 'johndoe@remote:/home/johndoe/git/repo.bare' 'repo'
  3. Initialized empty Git repository in /Users/john/tmp/repo/.git/
  4. trace: run_command: 'ssh' 'johndoe@remote' 'git-upload-pack '\''/home/johndoe/git/repo.bare'\'''
  5. stdin: is not a tty
  6. trace: run_command: 'index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 3992 on aleppo.lan'
  7. trace: exec: 'git' 'index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 3992 on aleppo.lan'
  8. remote: Counting objects: 736, done.
  9. trace: exec: 'git-index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 3992 on aleppo.lan'
  10. trace: run_command: 'git-index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 3992 on aleppo.lan'
  11. remote: Compressing objects: 100% (452/452), done.
  12. error: git upload-pack: git-pack-objects died with error.  
  13. fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
  14. remote: aborting due to possible repository corruption on the remote side.
  15. fatal: early EOF
  16. fatal: index-pack failed