Google Cloud Platform で GitLab を実行しようとしています。次のチュートリアルに従いました:詳しくはこちら:しかし、現在はコミットをリモートにプッシュできない状態になっています。
[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 アカウントに追加されます。何らかの方法で git over ssh を有効にする必要があると思いますが、これが Google Cloud Platform のセキュリティとどのように関係するのかよくわかりません。
答え1
つまり、問題はどこか別のところにあったのです。
最近、VM の IP アドレスを変更しました (静的 IP アドレスにするため)。残念ながら、GitLab 設定で IP を変更するのを忘れたため、クローン リンクはまだ古いものを指しています。そのため、Could not read from remote repository
.