Problem with Repo not found (Group Project)

I created a Group and created a project within that group.

I have an existing project of which i changed the remote origin to git@gitlab.com:<group-name>/<repo-name>.git. I have my SSH set up but it keeps throwing this error:

GitLab: The project you were looking for could not be found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I’ve tried using HTTPS as my remote origin as well but it keeps telling me that I need a personal access token, I’m not too sure how to use the token for pushing. Any help would be appreciated!

P.S. I have no issues pushing for my other repos (they aren’t under Groups though, so I’m wondering if this might be causing any issues).

Update

I switched to HTTPS and used my personal access token as my password and it worked. It’s a hassle that I have to do this though :frowning: