Flutter 설치. unable to find git in your path
windows10 환경에서 Flutter SDK를 다운로드 받고 환경변수 설정에서 사용자 환경변수 PATH에 경로를 지정해주고, 잘 설치가 완료되었는지 확인을 하려고 콘솔창(cmd)에서 flutter --version 을 입력하니 ERROR: unable to find git in your path 메세지가 발생했다. 에러 문구에서 쉽게 유추할 수 있다시피 git이 설치되어있는 경우 정상적으로 설치가 되어있는지 확인하거나, 재설치를 하면 된다. 다운로드가 되어있지 않은 경우에는 아래의 git 홈페이지에서 git을 다운로드해주면 된다. git-scm.com/downloads Git - Downloads Downloads Mac OS X Windows Linux/Unix Older releases are a..
Android App/Dart & Flutter
2021. 1. 4. 13:54