Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Host #key #verification #Could #read #remote
ADD COMMENT
Topic
Name
1+2 =