我是新的金刚和滑翔依赖管理工具。我正试图在创建我的公司项目中运行glide install。我遇到了一个关于围棋库的错误.
[ERROR] Update failed for github.com/go-xorm/xorm: Unable to get repository: Cloning into '/Users/xxx/.glide/cache/src/https-github.com-go-xorm-xorm'...
remote: Repository `go-xorm/xorm' is disabled.
remote: Please ask the owner to check their account.
fatal: unable to access 'https://github.com/go-xorm/xorm/': The requested URL returned error: 403
: exit status 128
[ERROR] Failed to checkout packages: Unable to get repository: Cloning into '/Users/xxx/.glide/cache/src/https-github.com-go-xorm-xorm'...
remote: Repository `go-xorm/xorm' is disabled.
remote: Please ask the owner to check their account.
fatal: unable to access 'https://github.com/go-xorm/xorm/': The requested URL returned error: 403
: exit status 128似乎我无法从github下载它,因为它的所有者使它禁用了克隆。
如何修复此错误,或者是否有任何方法可以直接从本地供应商导出而不从github获取。我确信包已经在我的本地供应商文件夹上了。非常感谢!
https://stackoverflow.com/questions/72611111
复制相似问题