linux WARN 2020/11/25 18:00:16 Host key is unknown, have to add it to known_hosts code example
Example: 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