Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. Looking for git in: C:\Program Files\Git\cmd\git.exe
  2. Using git 2.23.0.windows.1 from C:\Program Files\Git\cmd\git.exe
  3. > git rev-parse --show-toplevel
  4. > git rev-parse --git-dir
  5. Open repository: c:\Users\scoot\Documents\20TS
  6. > git status -z -u
  7. > git symbolic-ref --short HEAD
  8. > git rev-parse master
  9. > git check-ignore -v -z --stdin
  10. > git rev-parse --symbolic-full-name master@{u}
  11. > git rev-list --left-right master...refs/remotes/origin/master
  12. > git for-each-ref --format %(refname) %(objectname) --sort -committerdate
  13. > git remote --verbose
  14. Failed to watch ref 'c:\Users\scoot\Documents\20TS\.git\refs\remotes\origin\master', is most likely packed.
  15. Error: ENOENT: no such file or directory, watch 'c:\Users\scoot\Documents\20TS\.git\refs\remotes\origin\master'
  16. at FSWatcher.start (internal/fs/watchers.js:165:26)
  17. at Object.watch (fs.js:1270:11)
  18. at Object.t.watch (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:591370)
  19. at E.updateTransientWatchers (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:123066)
  20. at l.fire (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:46:913)
  21. at T.updateModelState (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:141851)
  22. > git config --get commit.template
  23. > git show :package.json
  24. > git status -z -u
  25. > git symbolic-ref --short HEAD
  26. > git rev-parse master
  27. > git rev-parse --symbolic-full-name master@{u}
  28. > git rev-list --left-right master...refs/remotes/origin/master
  29. > git for-each-ref --format %(refname) %(objectname) --sort -committerdate
  30. > git remote --verbose
  31. Failed to watch ref 'c:\Users\scoot\Documents\20TS\.git\refs\remotes\origin\master', is most likely packed.
  32. Error: ENOENT: no such file or directory, watch 'c:\Users\scoot\Documents\20TS\.git\refs\remotes\origin\master'
  33. at FSWatcher.start (internal/fs/watchers.js:165:26)
  34. at Object.watch (fs.js:1270:11)
  35. at Object.t.watch (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:591370)
  36. at E.updateTransientWatchers (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:123066)
  37. at l.fire (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:46:913)
  38. at T.updateModelState (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:141851)
  39. > git config --get commit.template
  40. > git show :package.json
  41. > git check-ignore -v -z --stdin
  42. > git add -A -- .
  43. > git commit --quiet --allow-empty-message --file -
  44. > git status -z -u
  45. > git symbolic-ref --short HEAD
  46. > git rev-parse master
  47. > git rev-parse --symbolic-full-name master@{u}
  48. > git rev-list --left-right master...refs/remotes/origin/master
  49. > git for-each-ref --format %(refname) %(objectname) --sort -committerdate
  50. > git remote --verbose
  51. Failed to watch ref 'c:\Users\scoot\Documents\20TS\.git\refs\remotes\origin\master', is most likely packed.
  52. Error: ENOENT: no such file or directory, watch 'c:\Users\scoot\Documents\20TS\.git\refs\remotes\origin\master'
  53. at FSWatcher.start (internal/fs/watchers.js:165:26)
  54. at Object.watch (fs.js:1270:11)
  55. at Object.t.watch (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:591370)
  56. at E.updateTransientWatchers (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:123066)
  57. at l.fire (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:46:913)
  58. at T.updateModelState (c:\Users\scoot\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\git\dist\main.js:1:141851)
  59. > git config --get commit.template
  60. > git show :package.json
  61. > git push origin master:master
  62. Host key verification failed.
  63. fatal: Could not read from remote repository.
  64.  
  65. Please make sure you have the correct access rights
  66. and the repository exists.
  67. > git push origin master:master
  68. Host key verification failed.
  69. fatal: Could not read from remote repository.
  70.  
  71. Please make sure you have the correct access rights
  72. and the repository exists.
  73. > git push origin master
  74. Host key verification failed.
  75. fatal: Could not read from remote repository.
  76.  
  77. Please make sure you have the correct access rights
  78. and the repository exists.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement