Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. ethan@DESKTOP-FPF0ME5 MINGW64 /c/Users/Ethan/Documents/NetBeansProjects/SnowFinal
  2. $ git init
  3. Initialized empty Git repository in C:/Users/ethan/Documents/NetBeansProjects/SnowFinal/.git/
  4.  
  5. ethan@DESKTOP-FPF0ME5 MINGW64 /c/Users/Ethan/Documents/NetBeansProjects/SnowFinal (master)
  6. $ git commit -m initial commit
  7. error: pathspec 'commit' did not match any file(s) known to git
  8.  
  9. ethan@DESKTOP-FPF0ME5 MINGW64 /c/Users/Ethan/Documents/NetBeansProjects/SnowFinal (master)
  10. $ git add.
  11. git: 'add.' is not a git command. See 'git --help'.
  12.  
  13. The most similar command is
  14. add
  15.  
  16. ethan@DESKTOP-FPF0ME5 MINGW64 /c/Users/Ethan/Documents/NetBeansProjects/SnowFinal (master)
  17. $ git add .
  18. warning: LF will be replaced by CRLF in build.xml.
  19. The file will have its original line endings in your working directory
  20. warning: LF will be replaced by CRLF in nbproject/project.properties.
  21. The file will have its original line endings in your working directory
  22. warning: LF will be replaced by CRLF in nbproject/project.xml.
  23. The file will have its original line endings in your working directory
  24. warning: LF will be replaced by CRLF in src/fal18/SkiRental.java.
  25. The file will have its original line endings in your working directory
  26. warning: LF will be replaced by CRLF in src/fal18/SnowMobileRental.java.
  27. The file will have its original line endings in your working directory
  28. warning: LF will be replaced by CRLF in src/fal18/SnowboardRental.java.
  29. The file will have its original line endings in your working directory
  30. warning: LF will be replaced by CRLF in src/fal18/SportShopRental.java.
  31. The file will have its original line endings in your working directory
  32. warning: LF will be replaced by CRLF in test/fal18/SkiRentalTest.java.
  33. The file will have its original line endings in your working directory
  34. warning: LF will be replaced by CRLF in test/fal18/SnowMobileRentalTest.java.
  35. The file will have its original line endings in your working directory
  36. warning: LF will be replaced by CRLF in test/fal18/SnowboardRentalTest.java.
  37. The file will have its original line endings in your working directory
  38. warning: LF will be replaced by CRLF in test/fal18/SportShopRentalTest.java.
  39. The file will have its original line endings in your working directory
  40.  
  41. ethan@DESKTOP-FPF0ME5 MINGW64 /c/Users/Ethan/Documents/NetBeansProjects/SnowFinal (master)
  42. $ git commit -m initial commit
  43. error: pathspec 'commit' did not match any file(s) known to git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement