这是我尝试升级flutter时出现的错误日志
[flutter] flutter upgrade
ProcessException: Process exited abnormally:
remote: Repository not found.
fatal: repository 'https://github.com/marzookavc/flutter.git/' not found
Command: git fetch --tags
exit code 1
flutter.git 不是我的项目名称如何更改 url
提交和推动工作完美!也不能改变频道
看起来您可能已经克隆了 Flutter 存储库的一个分支,然后随后将其删除。假设您没有进行任何更改/提交,您应该能够通过将
remote
更新到官方 Flutter 存储库来修复它: