document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress uuuu@xxxx.yyyy.zzz:aaaaa/bbbbb.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
  2. stdout:
  3. stderr: error: object file .git/objects/99/9de0c2f62f74a48912a0b407948f0e17fc12d3 is empty
  4. error: object file .git/objects/99/9de0c2f62f74a48912a0b407948f0e17fc12d3 is empty
  5. fatal: loose object 999de0c2f62f74a48912a0b407948f0e17fc12d3 (stored in .git/objects/99/9de0c2f62f74a48912a0b407948f0e17fc12d3) is corrupt
  6. fatal: The remote end hung up unexpectedly
  7.  
  8. git stash
  9. cd .git/ && find . -type f -empty -delete
  10. git stash clear
');