【发布时间】:2021-09-15 14:57:10
【问题描述】:
在我的 Flutter 应用程序中,当尝试执行 pub get /酒吧升级。
minor_changes - 是我的 fork of bonfire 包的分支。 公开。最有趣的是我的另一台电脑上没有出现这个错误。两台机器上都安装了 Windows。
我花了两天时间寻找这个问题的解决方案,有类似的案例,但没有任何帮助。
我的依赖:
bonfire:
git:
url: https://github.com/rockstar4095/bonfire
ref: minor_changes
错误信息:
Git error. Command: git rev-list --max-count=1 minor_changes
stdout:
stderr: fatal: ambiguous argument 'minor_changes': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
exit code: 128
pub get failed (server unavailable) -- attempting retry 1 in 1 second...
【问题讨论】:
标签: flutter github flutter-dependencies