dis*_*ver 6 git amazon-web-services gitlab jupyter-notebook amazon-sagemaker
我想将我的私有 gitlab 存储库集成到 AWS Sagemaker 中。
我使用 https 协议(仅允许此协议)在 Sagemaker 上添加了 git 存储库,并为 git 存储库保存了机密(我的 gitlab 帐户的用户名和密码)。
当我通过链接 git 存储库运行笔记本实例时,它失败并显示以下消息。
fatal: could not read Username for 'https://gitlab.com/my/repo.git': terminal prompts disabled
我缺少任何步骤吗?