I am getting 500 error on git clone
I have the same problem, but in GitLab, and the answer to the problem is that GitLabis make a deploy.
Deploy in progress
Please try again in a few minutes.
Please contact your GitLab administrator if this problem persists.
So I was connected in a some hours and it is works.
This is most probably a problem with GitHub service. I recommend contacting them and explain what the problem is.
This is how Wikipedia explains the 500
response code:
500 Internal Server Error
A generic error message, given when an unexpected condition was encountered and no more specific message is suitable.
Basically, something went wrong on the GitHub endpoint.
But, since you already have set your SSH keys, you can use the ssh url to clone your repository:
git clone [email protected]:owner/repo.git