언어

[Flutter] Windows 설치 Unable to find git in your PATH 에러 해결 (solved!!!)

함부작 2020. 12. 18. 11:06

Flutter을 배워보려고 설치하는데 생각지도 못한 곳에서 막혀버렸다

분명히 환경변수까지 잘 추가했는데, 

Unable to find git in your PATH

cmd 창에서 이런 에러메시지가 나오는 것 ㅠ_ㅠ 결국 아래 방법으로 해결

 

1. git설치

git-scm.com/download/win

 

Git - Downloading Package

Downloading Git Now What? Now that you have downloaded Git, it's time to start using it.

git-scm.com

2. 환경변수에 아래 2가지 추가

C:\Program Files\Git\bin\git.exe;C:\Program Files\Git\cmd;C:\Windows\System32

 

Flutter Console에서 경로 변경 후 실행하니 Welcom창이 뜬다 ! 드디어 ㅠ ㅠ

 

 

다만 아직 android studio plugin 등 해야할게 남았다..

 

누가에게 도움이 되길