Advertisement
Leymooo

Untitled

Jun 2nd, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. slava@XyperX:~$ rm -rf empirecraft/
  2. slava@XyperX:~$ git clone https://github.com/starlis/empirecraft
  3. Cloning into 'empirecraft'...
  4. remote: Counting objects: 12460, done.
  5. remote: Compressing objects: 100% (62/62), done.
  6. remote: Total 12460 (delta 46), reused 55 (delta 23), pack-reused 12375
  7. Receiving objects: 100% (12460/12460), 3.80 MiB | 2.40 MiB/s, done.
  8. Resolving deltas: 100% (9123/9123), done.
  9. slava@XyperX:~$ cd empirecraft/
  10. slava@XyperX:~/empirecraft$ ./compile.sh
  11. /home/slava/empirecraft
  12. Submodule 'Paper' (https://github.com/PaperMC/Paper) registered for path 'Paper'
  13. Cloning into '/home/slava/empirecraft/Paper'...
  14. Submodule path 'Paper': checked out '727f932d056ccf4e7c025c2ec0597a2158bf086a'
  15. Submodule 'work/BuildData' (https://hub.spigotmc.org/stash/scm/spigot/builddata.git) registered for path 'work/BuildData'
  16. Submodule 'work/Bukkit' (https://hub.spigotmc.org/stash/scm/spigot/bukkit.git) registered for path 'work/Bukkit'
  17. Submodule 'work/CraftBukkit' (https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git) registered for path 'work/CraftBukkit'
  18. Submodule 'work/Paperclip' (https://github.com/PaperMC/Paperclip.git) registered for path 'work/Paperclip'
  19. Submodule 'work/Spigot' (https://hub.spigotmc.org/stash/scm/spigot/spigot.git) registered for path 'work/Spigot'
  20. Cloning into '/home/slava/empirecraft/Paper/work/BuildData'...
  21. Cloning into '/home/slava/empirecraft/Paper/work/Bukkit'...
  22. Cloning into '/home/slava/empirecraft/Paper/work/CraftBukkit'...
  23. Cloning into '/home/slava/empirecraft/Paper/work/Paperclip'...
  24. Cloning into '/home/slava/empirecraft/Paper/work/Spigot'...
  25. Submodule path 'work/BuildData': checked out 'be360cc298a06b5355ecd057f5b1feb894a73f0f'
  26. Submodule path 'work/Bukkit': checked out '59b49b81dd4dd7c29debd3bb46961001531ea5ca'
  27. Submodule path 'work/CraftBukkit': checked out '8cc5a7ecb6204e23bf883bb9282dd2b70e0f7858'
  28. Submodule path 'work/Paperclip': checked out 'd0395f6304db49e4472dab9dbf247e994a1122b8'
  29. Submodule path 'work/Spigot': checked out '2086bb074d6795823451bdb9f857d83c0f566990'
  30. Cloning into 'EmpireCraft-API'...
  31. ssh: connect to host git.starlis.com port 22: No route to host
  32. fatal: Could not read from remote repository.
  33.  
  34. Please make sure you have the correct access rights
  35. and the repository exists.
  36. ./compile.sh: line 28: cd: /home/slava/empirecraft/EmpireCraft-API: No such file or directory
  37. Already on 'master'
  38. Your branch is up-to-date with 'origin/master'.
  39. fatal: ambiguous argument 'origin/1.12.2': unknown revision or path not in the working tree.
  40. Use '--' to separate paths from revisions, like this:
  41. 'git <command> [<revision>...] -- [<file>...]'
  42. Cloning into 'EmpireCraft-Server'...
  43. ssh: connect to host git.starlis.com port 22: No route to host
  44. fatal: Could not read from remote repository.
  45.  
  46. Please make sure you have the correct access rights
  47. and the repository exists.
  48. ./compile.sh: line 28: cd: /home/slava/empirecraft/EmpireCraft-Server: No such file or directory
  49. Already on 'master'
  50. Your branch is up-to-date with 'origin/master'.
  51. fatal: ambiguous argument 'origin/1.12.2': unknown revision or path not in the working tree.
  52. Use '--' to separate paths from revisions, like this:
  53. 'git <command> [<revision>...] -- [<file>...]'
  54. [INFO] Scanning for projects...
  55. [INFO] ------------------------------------------------------------------------
  56. [INFO] BUILD FAILURE
  57. [INFO] ------------------------------------------------------------------------
  58. [INFO] Total time: 0.076 s
  59. [INFO] Finished at: 2018-06-02T19:09:08+03:00
  60. [INFO] ------------------------------------------------------------------------
  61. [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/slava). Please verify you invoked Maven from the correct directory. -> [Help 1]
  62. [ERROR]
  63. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  64. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  65. [ERROR]
  66. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  67. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
  68. slava@XyperX:~/empirecraft$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement