-
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 master 失败 #17
Comments
same +1 |
我也遇到这个问题了,是因为我在另外的地方配置了flutter,我想使用fvm import命令将之前配置的flutter移动到fvm/versions中但是失败了,不过这个时候再执行fvm install命令是成功的。 |
相同的问题: chengyong@chengyong-Mac ~ % fvm install v1.17.0
fvm: v1.17.0 is not a valid version
chengyong@chengyong-Mac ~ % fvm use master
fvm: linkpath: /Users/chengyong/Library/Application Support/fvm/current
fvm: master is active
chengyong@chengyong-Mac ~ % fvm use v1.17.0
fvm: Flutter v1.17.0 is not installed. Please run fvm install <version>
chengyong@chengyong-Mac ~ % fvm install v1.17.0
fvm: v1.17.0 is not a valid version
chengyong@chengyong-Mac ~ % fvm install 1.17.0
fvm: Command 'git' exited with error: chdir /Users/chengyong/Library/Application Support/fvm/versions/1.17.0: no such file or directory |
same +1 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ fvm install master fvm: Command 'git' exited with error: chdir /home/tshine/Dev/fvm/versions/master: no such file or directory
系统信息
The text was updated successfully, but these errors were encountered: