git host key verification failed
#Windows:
ssh-keyscan -t rsa github.com >> %userprofile%/.ssh/known_hosts
#Mac:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
# (If it says 'Command not found', try to run the command in your Git Bash.)
git host key verification failed
#Windows:
ssh-keyscan -t rsa github.com >> %userprofile%/.ssh/known_hosts
#Mac:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
# (If it says 'Command not found', try to run the command in your Git Bash.)
Host key verification failed. fatal: Could not read from remote repository.
# in my case this was github.com
ssh-keygen -R domain.com
ssh-keyscan -t rsa domain.com >> ~/.ssh/known_hosts
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us