fvm install 失败
jizhigang@jizhigangdeMacBook-Pro ~ % fvm install master --repo https://github.com/flutter/flutter.git
fvm: You have installed flutter outside of fvm
fvm: --> /opt/flutter/bin/flutter
fvm: To import this into fvm, use fvm import
fvm: Install flutter
我的问题解决了,是因为我在另外的地方配置了flutter,我想使用fvm import命令将之前配置的flutter移动到fvm/versions中但是失败了,不过这个时候再执行fvm install命令是成功的
fvm import 失败了是吗? 后续 fvm 是否可以正常使用?
fvm install 1.22.5 fvm: Command 'git' exited with error: chdir /Users/virs/Library/Application Support/fvm/versions/1.22.5: no such file or directory
fvm install 1.22.5 fvm: Command 'git' exited with error: chdir /Users/virs/Library/Application Support/fvm/versions/1.22.5: no such file or directory
I had the same problem