我在 Github 上有两个私有存储库,A 和 B。它们都是 Golang 项目。项目 A 依赖于存储库 B。我已将两个存储库都添加到 Google 源代码中。
现在在 Container builder 中,当我尝试为项目 A 构建时,它无法访问存储库 B。在构建日志中,我看到:
Step #1: [0;33m[WARN] [mUnable to checkout github.com/avi/api
Step #1: [0;31m[ERROR] [mUpdate failed for github.com/avi/api: Unable to get repository
我该如何调试/修复这个?