我正在尝试在 Google Cloud Platform 上运行 gitlab。我遵循了本教程:https ://docs.gitlab.com/ce/install/google_cloud_platform/index.html但现在我无法将提交推送到远程。
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
SSH 密钥已添加到 Google Cloud Platform VM 以及 Gitlab 帐户。我相信我必须以某种方式通过 ssh 启用 git,但不确定这些事情如何与 Google Cloud Platform 的安全性配合使用。
所以问题出在其他地方。
我最近更改了 VM 的 IP 地址(具有静态 IP 地址)。不幸的是,我忘记在 GitLab 设置中更改 IP,所以克隆链接仍然指向旧链接。因此
Could not read from remote repository
.