我已经镜像了一个存储库
repo init -u <uri of manifest> --mirror
repo sync
并将它(通过 USB)复制到与 Internet 断开连接的系统以及来自https://gerrit.googlesource.com/git-repo/clone.bundle的 repo 脚本和 repo 克隆包存储库。
我现在想从镜像创建新客户端,但是当我运行命令时。
repo init -u <uri of manifest on mirror>
我收到以下错误。
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [Errno -2] Name or service not known
所以我有 clone.bundle 但无法说服 repo 使用它。
有什么建议么?