Getting the following error since yesterday on one of our jobs which has been dutifully cloning a github repos for months now.
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.
ERROR: Repository not found.
fatal: Could not read from remote repository.
There have been no changes to the .travis config. I can of course clone the repos locally using the same params from the job. I’m wary of adding this IP address to the ssh_known_hosts since github.com is an allowed domain. Any ideas?