-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fvm install 失败 #23
Comments
我的问题解决了,是因为我在另外的地方配置了flutter,我想使用fvm import命令将之前配置的flutter移动到fvm/versions中但是失败了,不过这个时候再执行fvm install命令是成功的 |
|
fvm install 1.22.5 |
I had the same problem |
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 from repo https://github.com/flutter/flutter.git
fvm: Command 'git' exited with error: chdir /Users/jizhigang/Library/Application Support/fvm/versions/master: no such file or directory
jizhigang@jizhigangdeMacBook-Pro ~ %
The text was updated successfully, but these errors were encountered: