📜  Stack 找到了这个候选,但参数不匹配 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:47.806000             🧑  作者: Mango

代码示例1
# You probably accidentally modified Flutter source code.
# You can check by running in your Flutter install dir
git status
# It should report no modifications
# To fix run in your Flutter install dir

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