상세 컨텐츠

본문 제목

[Flutter] 플러터 파워쉘 Flutter POWER SHELL "unable to find Git in your path" 해결

Flutter/기초

by FDG 2023. 4. 24. 23:58

본문

https://stackoverflow.com/questions/62132199/how-to-fix-unable-to-find-git-in-your-path-error-despite-providing-required

 

How to fix "unable to find Git in your path " error , despite providing required path

Whenever i try to run a flutter command (in cmd), the following error occurs : 'where' is not recognized as an internal or external command, operable program or batch file. Error: Unable to

stackoverflow.com

 

문서 참고해서 이것 저것 해봤음.

 

path에는 git의 위치와 flutter의 path가 이미 포함되어 있었기 때문에 path에 프로그램 위치를 추가하는 건 도움이 안 됐음.

GH에 git의 path를 넣어봤으나 안 됐음.

 

관리자 모드로 실행하니 잘 됨!

 

cmd도 powershell도 모두 관리자 모드로 실행하니 정상 실행됨.

안드로이드 스튜디오 터미널에서도 실행이 안 됐는데, 관리자 모드로 실행하니 정상 실행됨.

 

관련글 더보기

댓글 영역