Can't push to project

Hi there,

I’m very new to Git and GitLab and I happened to run in to this issue.

Whenever I try to run

git push -v --tags --set-upstream project_name refs/heads/#6228:refs/heads/#62288

I get the following message:

ssh: connect to host gitlab.mynode.com port 22: Operation timed out fatal: Could not read from remote repository.

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

After getting that error tried many solutions but apparently I pooped the SSH connection to my node since when I try to connect using

ssh -T git@gitlab.mynode.com

I get this message:

ssh: connect to host gitlab.mynode.com port 22: Operation timed out

I am listed as a developer in the project, I generated a new SSH Key and replaced it on GitLab and on GitHub. I can do everything fine on GitHub so the SSH Key is ok.

So my main question here is how do I fix this connection problem?

Thanks for the help in advance.

Solved changing from SSH to HTTPS.