[BUG] Your local changes to the following files would be overwritten by merge #819
Open
3 of 4 tasks
Labels
bug
Something isn't working
Before creating a bug report please make check the following
pub cache repair
. Close the terminal and try again.administrator
or withdeveloper
permissions.fvm doctor
if possible and add the output to the issue.Describe the bug
Since at least Flutter 3.27.1, everytime I upgrade it through fvm, git gives me an error saying
Your local changes... would be overwritten by merge
.This would be impossible, since everytime I use this command:
flutter pub cache clean && fvm remove 3.27.3 && fvm global 3.27.4 && flutter doctor
Basically, I clean the pub cache, remove the old stable version, install a brand new version (hence, merge conflicts should be impossible, right?), and then try to normalize the install with flutter doctor.
To Reproduce
In my setup, I have a pinned version for old projects and work most of the time with the latest "stable 🤡" Flutter.
Expected behavior
Since it is a clean install of a previously-non-installed Flutter version, I would NOT expect merge conflicts.
Logs
In this case, I removed the 3.27.4 and reinstalled (because I had already removed the 3.27.3). Same error.
Desktop (please complete the following information):
Additional context
Of course, I never touched anything in the Flutter folder:
On fvm\default folder:
The text was updated successfully, but these errors were encountered: