How to git fetch without a ssh warning

For monitoring the time it takes to clone one of our repositories from github.com had to get rid of the warning:

Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list of known hosts

I found the solution in this StackOverflow question:
“Warning: Permanently added to the list of known hosts” message from Git

I just had to add these line to

Leave a comment