Skip to content

Instantly share code, notes, and snippets.

@kevin39
Created October 18, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevin39/6c434d82fb5474e133f1a59067815b92 to your computer and use it in GitHub Desktop.
Save kevin39/6c434d82fb5474e133f1a59067815b92 to your computer and use it in GitHub Desktop.
Git clone host verification failed
# The issue could be that Github isn't present in your ~/.ssh/known_hosts file.
# Append GitHub to the list of authorized hosts:
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment