After today’s data center migration, I’m having some trouble pushing onto my forked projects via SSH. Just yesterday, it was functioning normally, but now I’m getting this error message when running git fetch:
ssh: connect to host gitlab.rtems.org port 2222: Connection refused
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I’ve already tried making a new SSH key and troubleshooted with ssh -Tvvv git@gitlab.rtems.org -p 2222, so I’m not sure what to do now that could fix the issue.
Thank you for the help!