Could not read from remote repository after update to gitlab 10.0.3

I am getting the message:

fatal: '/var/opt/gitlab/git-data-file11/repositories/calebtr/....git' does not appear to be a git repository
fatal: Could not read from remote repository.

This problem first showed up today. It was not present yesterday. @gitlabstatus indicates there was a system update this morning (https://twitter.com/gitlabstatus/status/915960825646583808).

This issue is similar to Could not read from remote repository from GitLab.com, but since that one is so old I thought it best to create a new topic.

I only get this message when trying to push from my development server. I can push and pull from my local environment fine, and I can pull to my development server fine.

I was able to temporarily resolve this issue by setting the repo to HTTPS instead of SSH as the related thread suggests.

Is there a permanent solution? I am guessing it could have to do with SSL or GIT configuration on the remote being incompatible with something new in Gitlab 10.0.3. Or its a bug. I guess it could be a bug.

Remote server details:
debian 9
git 2.11.0
openssl 1.1.0f

Thanks for any tips!

This issue mysteriously resolved itself. Thank you Gitlab.com!