PS ~\flutter\test_drive> flutter doctor
Error: Unable to find git in your PATH.
PS ~\flutter\test_drive> git
usage: git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
[--config-env=<name>=<envvar>] <command> [<args>]
git은 잘되는데요
환경변수에 잘 등록돼 있는데요
하루만에 씨발 이게 뭔 개..
재부팅
사용자 문제
플러터나 git 둘 중 하나의 설치 폴더가 유저 영역 밖에 있어서 권한 문제로 그렇게 되었을 가능성 높음 /users/ 안으로 옮겨서 테스트해보셈