This is an old revision of the document!
When you are working on a new computer, it is possible that the computer is unaware of the Git host that you are using. Git imposes a security precaution: It does not know if your repository is being handled by the correct host, the one you had intended. For example; a hacker may maliciously setup a Git host and somehow convince you to send the repository to that fake Git host instead of the one you wanted.
To prevent this, Git looks inside a file called “known_hosts” This is present in the .ssh folder of your user profile directory in Windows. If that file is not available, Git will cry out loud and generate this error about known_hosts
To remove this error, you have to let your computer detect do a proper “handshake” with the Git host you wanted to use. We have made this process easy.
setknownhost.bat <host>
* and press ENTER