Vscode made from the C: / Users / $ username $ GIT repository folder, now commits changes from there.

Appeared after editing the settings (indicated the path to php in the PHP IntelliSence extension)

How to remove now? screen

Console git

Используется git 2.19.1.windows.1 из C:\Program Files\Git\cmd\git.exe > git rev-parse --show-toplevel > git config --get commit.template Open repository: c:\Users\derof > git status -z -u > git show :AppData/Roaming/Code/User/settings.json > git ls-files --stage -- AppData/Roaming/Code/User/ > git symbolic-ref --short HEAD > git rev-parse master fatal: ambiguous argument 'master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' > git for-each-ref --format %(refname) %(objectname) --sort -committerdate > git remote --verbose > git show :AppData/Roaming/Code/User/settings.json > git ls-files --stage -- AppData/Roaming/Code/User/ > git check-ignore -z --stdin > git show :.gitconfig > git show :.node_repl_history > git show :.gitconfig > git status -z -u > git symbolic-ref --short HEAD > git rev-parse master fatal: ambiguous argument 'master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' > git for-each-ref --format %(refname) %(objectname) --sort -committerdate > git remote --verbose > git branch > git rm --cached -r -- . fatal: pathspec '.' did not match any files > git show :AppData/Roaming/Code/User/settings.json > git ls-files --stage -- AppData/Roaming/Code/User/ 

  • delete the .git folder - Nilsan pm
  • in C: / Users / $ username $ there is only a .gitconfig file, there is no folder - Dmitriy Ivanov 1:32 pm
  • one
    So there is no git repository - ixSci

0