-2

This shows up aand goes off immediately when i run flutter doctor or any flutter command

I set up the flutter enviroment early this year, and it has been dormant till now. Me trying to use it currently, its not functioning well.

Ser Emmie
  • 1
  • 2

1 Answers1

0

Run the following commands in the Flutter install directory:

git clean -xfd
git stash save --keep-index
git stash drop
git pull
flutter doctor

source

Yoh
  • 63
  • 10