Advertisement
ZER0X304

Untitled

May 7th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. sm clone -d --dev https://github.com/ajaxorg/cloud9/tree/master ide
  2. Cloning 'git@github.com:ajaxorg/cloud9.git' to '/root/.sourcemint/repository-cache/git/github.com/ajaxorg/cloud9.git'.
  3. Cloning into 'cloud9.git'...
  4. Enter passphrase for key '/root/.ssh/id_rsa':
  5. remote: Counting objects: 49762, done.
  6. remote: Compressing objects: 100% (15332/15332), done.
  7. remote: Total 49762 (delta 32890), reused 49142 (delta 32391)
  8. Receiving objects: 100% (49762/49762), 87.56 MiB | 1.44 MiB/s, done.
  9. Resolving deltas: 100% (32890/32890), done.
  10. Copying '/root/.sourcemint/repository-cache/git/github.com/ajaxorg/cloud9.git' to '/usb/Development/cloud9/ide'.
  11.  
  12. * ERROR ***************************************************************************
  13. * Error: maxBuffer exceeded.
  14. * File : child_process.js @ 319 : 13
  15. * Stack:
  16. * at Socket.emit (events.js:67:17)
  17. * at Pipe.onread (net.js:362:31)
  18. * ERROR ***************************************************************************
  19.  
  20. We had an error cloning.
  21. Try re-cloning which the -d flag to delete the target directory first (or delete yourself and try again).
  22. If cloning keeps failing due to GIT errors you need to resolve these. Like setting up SSH for accessing github.
  23. If cloning seems to fail due to a corrupt git repository or `sm` or `npm` error you can wipe the install cache (~/.sourcemint/*-cache) and try again.
  24. If problems persist email your clone URL to the mailing list for support (must be publicly accessible): http://groups.google.com/group/sourcemint
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement