Skip to content

Commit 7202633

Browse files
committed
feat: 安装Flutter SDK增加常见问题
1 parent 1704e25 commit 7202633

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

1_quick_start/2_installation/1_installing_flutter_sdk.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ flutter doctor
3636
flutter devices
3737
```
3838

39+
## 常见问题
40+
41+
### 操作系统没有读写文件权限
42+
43+
macOS:
44+
45+
```shell
46+
sudo chown -R $(whoami) $HOME/flutter/version
47+
```
48+
49+
Windows:
50+
51+
```shell
52+
53+
```
54+
3955
## 参考资料
4056

4157
- 清华大学开源软件镜像站提供的[Flutter镜像安装帮助](https://mirrors.tuna.tsinghua.edu.cn/help/flutter/)

0 commit comments

Comments
 (0)