Guest User

Untitled

a guest
Jul 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. tab@music:~/Downloads/nvie-gitflow-877f5fe$ make
  2. usage: make install
  3. make uninstall
  4. tab@music:~/Downloads/nvie-gitflow-877f5fe$ make install
  5. Run 'git submodule init && git submodule update' first.
  6. make: *** [install] Error 1
  7. tab@music:~/Downloads/nvie-gitflow-877f5fe$ git submodule init && git submodule update
  8. fatal: Not a git repository
  9. cd: 150: can't cd to .git
  10. Unable to determine absolute path of git directory
  11. tab@music:~/Downloads/nvie-gitflow-877f5fe$ git init
  12. Initialized empty Git repository in .git/
  13. tab@music:~/Downloads/nvie-gitflow-877f5fe$ git submodule init && git submodule update
  14. tab@music:~/Downloads/nvie-gitflow-877f5fe$ make install
  15. Run 'git submodule init && git submodule update' first.
  16. make: *** [install] Error 1
  17. tab@music:~/Downloads/nvie-gitflow-877f5fe$
Add Comment
Please, Sign In to add comment