赞
踩
1、明明已经设置好了git的环境变量,也重启了电脑; 2、命令行中运行 flutter doctor还是会报错 unable to find git in your path;
flutter doctor
unable to find git in your path
环境变量path配置看有没有C:\Windows\System32;如果没有,填入
path
C:\Windows\System32
然后重启电脑,已经正常了.