【发布时间】:2020-07-30 15:04:30
【问题描述】:
将更改推送到我的云源存储库时出现以下错误..
remote: INVALID_ARGUMENT: Request contains an invalid argument.
remote: [type.googleapis.com/google.rpc.LocalizedMessage]
remote: locale: "en-US"
remote: message: "Invalid authentication credentials. Please generate a new identifier: https://source.developers.google.com/new-password"
remote:
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "xxxxx"
fatal: unable to access 'https://source.developers.google.com/p/xxx/repository/': The requested URL returned error: 400
然后我继续生成新密码并存储在 .gitcookies 文件中,但我仍然遇到同样的错误。
【问题讨论】:
标签: git google-cloud-platform google-cloud-source-repos google-source-repositories