如何使用 git 向 Bluemix 进行身份验证?

How to authenticate to Bluemix with git?

所以我的 BlueMix 控制面板包含评论,

URL de Git: https://hub.jazz.net/git/dllamber/redjuego

但是,访问它似乎需要某种身份验证...

$ git clone  https://hub.jazz.net/git/dllamber/redjuego
Initialized empty Git repository in /home/dllamber/src/redjuego/.git/
error: The requested URL returned error: 401 Unauthorized while accessing https://hub.jazz.net/git/dllamber/redjuego/info/refs

fatal: HTTP request failed

为此,我如何将我的用户名和密码传递给 git?我要用什么……我的 IBM ID(一个不再可送达的电子邮件地址)和密码?或者与该 ID 相关联的可交付电子邮件地址作为用户 ID?或者是其他东西?

要访问私有存储库或需要身份验证的存储库,请使用以下格式:

https://your_alias:your_IBM_ID_password@hub.jazz.net/alias/project_name

有关此 can be found here 的文档。

希望对您有所帮助!