更新flutter sdk遇到的坑 鲍荣 2020-06-08 190 阅读1分钟 #问题一:Your local changes to the following files would be overwritten by merge: ##解决方法: git clean -xfd git stash save --keep-index git stash drop git pull flutter doctor