Advertisement
kulakov-yaroslaw

Untitled

Mar 31st, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. yaroslaw@yaroslaw:~/Desktop/tpcc$ git submodule update —init —recursive
  2. fatal: not a git repository (or any of the parent directories): .git
  3. yaroslaw@yaroslaw:~/Desktop/tpcc$ cd tpcc-course-2020/
  4. yaroslaw@yaroslaw:~/Desktop/tpcc/tpcc-course-2020$ cd tpcc-course-2020/
  5. bash: cd: tpcc-course-2020/: No such file or directory
  6. yaroslaw@yaroslaw:~/Desktop/tpcc/tpcc-course-2020$ git submodule update —init —recursive
  7. error: pathspec '—init' did not match any file(s) known to git
  8. error: pathspec '—recursive' did not match any file(s) known to git
  9. yaroslaw@yaroslaw:~/Desktop/tpcc/tpcc-course-2020$ ls
  10. build cmake-build-debug-docker-tpcc docs readme.md
  11. client CMakeLists.txt install_client.sh tasks
  12. cmake deadlines.yml lectures
  13. cmake-build-debug docker library
  14. yaroslaw@yaroslaw:~/Desktop/tpcc/tpcc-course-2020$ cd ..
  15. yaroslaw@yaroslaw:~/Desktop/tpcc$ git submodule update —init —recursive
  16. fatal: not a git repository (or any of the parent directories): .git
  17. yaroslaw@yaroslaw:~/Desktop/tpcc$ cd tpcc-course-2020/
  18. yaroslaw@yaroslaw:~/Desktop/tpcc/tpcc-course-2020$ cd docker/
  19. yaroslaw@yaroslaw:~/Desktop/tpcc/tpcc-course-2020/docker$ ls
  20. create.sh docker-compose.yml.j2 remove.sh tpcc-image
  21. docker-compose.yml login.sh restart.sh
  22. yaroslaw@yaroslaw:~/Desktop/tpcc/tpcc-course-2020/docker$ ./login.sh
  23. yaroslaw@a36a3b886f6a:/tpcc/tpcc-course-2020/tasks$ cd ..
  24. yaroslaw@a36a3b886f6a:/tpcc/tpcc-course-2020$ cd ..
  25. yaroslaw@a36a3b886f6a:/tpcc$ cd ..
  26. yaroslaw@a36a3b886f6a:/$ git submodule update —init —recursive
  27. fatal: not a git repository (or any of the parent directories): .git
  28. yaroslaw@a36a3b886f6a:/$ cd tpcc/
  29. yaroslaw@a36a3b886f6a:/tpcc$ cd tpcc/
  30. bash: cd: tpcc/: No such file or directory
  31. yaroslaw@a36a3b886f6a:/tpcc$ git submodule update —init —recursive
  32. fatal: not a git repository (or any parent up to mount point /)
  33. Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
  34. yaroslaw@a36a3b886f6a:/tpcc$ cd tpcc-course-2020/
  35. yaroslaw@a36a3b886f6a:/tpcc/tpcc-course-2020$ git submodule update —init —recursive
  36. error: pathspec '—init' did not match any file(s) known to git.
  37. error: pathspec '—recursive' did not match any file(s) known to git.
  38. yaroslaw@a36a3b886f6a:/tpcc/tpcc-course-2020$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement