Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. Rickys-MacBook-Pro:boomerang rickymuldrew$ git submodule init --update
  2. usage: git submodule [--quiet] add [-b <branch>] [-f|--force] [--name <name>] [--reference <repository>] [--] <repository> [<path>]
  3. or: git submodule [--quiet] status [--cached] [--recursive] [--] [<path>...]
  4. or: git submodule [--quiet] init [--] [<path>...]
  5. or: git submodule [--quiet] deinit [-f|--force] (--all| [--] <path>...)
  6. or: git submodule [--quiet] update [--init] [--remote] [-N|--no-fetch] [-f|--force] [--checkout|--merge|--rebase] [--[no-]recommend-shallow] [--reference <repository>] [--recursive] [--] [<path>...]
  7. or: git submodule [--quiet] summary [--cached|--files] [--summary-limit <n>] [commit] [--] [<path>...]
  8. or: git submodule [--quiet] foreach [--recursive] <command>
  9. or: git submodule [--quiet] sync [--recursive] [--] [<path>...]
  10. Rickys-MacBook-Pro:boomerang rickymuldrew$ npm run setup
  11.  
  12. > boomerang@2.0.0 presetup /Users/rickymuldrew/Sites/boomerang
  13. > node scripts/fix-key-permissions.js && git submodule update --init && rm -rf ./node_modules
  14.  
  15. Cloning into '/Users/rickymuldrew/Sites/boomerang/web/src/client2/vendor/charts'...
  16. Permission denied (publickey).
  17. fatal: Could not read from remote repository.
  18.  
  19. Please make sure you have the correct access rights
  20. and the repository exists.
  21. fatal: clone of 'git@github.com:GodelSystems/charts.git' into submodule path '/Users/rickymuldrew/Sites/boomerang/web/src/client2/vendor/charts' failed
  22. Failed to clone 'web/src/client2/vendor/charts'. Retry scheduled
  23. Cloning into '/Users/rickymuldrew/Sites/boomerang/web/src/client2/vendor/charts'...
  24. Permission denied (publickey).
  25. fatal: Could not read from remote repository.
  26.  
  27. Please make sure you have the correct access rights
  28. and the repository exists.
  29. fatal: clone of 'git@github.com:GodelSystems/charts.git' into submodule path '/Users/rickymuldrew/Sites/boomerang/web/src/client2/vendor/charts' failed
  30. Failed to clone 'web/src/client2/vendor/charts' a second time, aborting
  31.  
  32. npm ERR! Darwin 16.5.0
  33. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "setup"
  34. npm ERR! node v6.11.1
  35. npm ERR! npm v3.10.10
  36. npm ERR! code ELIFECYCLE
  37. npm ERR! boomerang@2.0.0 presetup: `node scripts/fix-key-permissions.js && git submodule update --init && rm -rf ./node_modules`
  38. npm ERR! Exit status 1
  39. npm ERR!
  40. npm ERR! Failed at the boomerang@2.0.0 presetup script 'node scripts/fix-key-permissions.js && git submodule update --init && rm -rf ./node_modules'.
  41. npm ERR! Make sure you have the latest version of node.js and npm installed.
  42. npm ERR! If you do, this is most likely a problem with the boomerang package,
  43. npm ERR! not with npm itself.
  44. npm ERR! Tell the author that this fails on your system:
  45. npm ERR! node scripts/fix-key-permissions.js && git submodule update --init && rm -rf ./node_modules
  46. npm ERR! You can get information on how to open an issue for this project with:
  47. npm ERR! npm bugs boomerang
  48. npm ERR! Or if that isn't available, you can get their info via:
  49. npm ERR! npm owner ls boomerang
  50. npm ERR! There is likely additional logging output above.
  51.  
  52. npm ERR! Please include the following file with any support request:
  53. npm ERR! /Users/rickymuldrew/Sites/boomerang/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement