I am trying to run gitlab on Google Cloud Platform. I followed this tutorial: https://docs.gitlab.com/ce/install/google_cloud_platform/index.html but now I am at the point when I cannot push the commit to the remote.
git@33.22.33.22: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The SSH key is added to the Google Cloud Platform VM as well as Gitlab account. I believe I have to enable git over ssh somehow but not really sure how these things go with Google Cloud Platform's security.