更新flutter sdk遇到的坑

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