We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1704e25 commit 7202633Copy full SHA for 7202633
1 file changed
1_quick_start/2_installation/1_installing_flutter_sdk.md
@@ -36,6 +36,22 @@ flutter doctor
36
flutter devices
37
```
38
39
+## 常见问题
40
+
41
+### 操作系统没有读写文件权限
42
43
+macOS:
44
45
+```shell
46
+sudo chown -R $(whoami) $HOME/flutter/version
47
+```
48
49
+Windows:
50
51
52
53
54
55
## 参考资料
56
57
- 清华大学开源软件镜像站提供的[Flutter镜像安装帮助](https://mirrors.tuna.tsinghua.edu.cn/help/flutter/)
0 commit comments