Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
时间: 2023-10-20 14:05:46 浏览: 340
repo,解决fatal: Cannot get https://gerrit.googlesource.com/git-repo
您的第一个问题似乎是关于无法获取 https://gerrit.googlesource.com/git-repo/clone.bundle 的问题。这个错误通常出现在使用 Git Repo 工具时。可能是由于网络连接问题或远程服务器故障引起的。您可以尝试使用以下命令来解决这个问题:
```
git config --global url."https://".insteadOf git://
```
这将把 Git 的默认传输协议从 git:// 改为 https://,这个方法通常可以解决这个问题。如果问题仍然存在,您可以尝试检查您的网络连接或联系 Git Repo 的开发者以获取更多帮助。
阅读全文