Repository not found on github.com after new known hosts added

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?

Solved. Turns out we had removed a user from the organization that had setup Travis so there was apparently an SSH key or some setting associated with that account. Regenerating the keys and it began working again.

Hey @poorgeek,

Yes this is usually the case, if you run into any more troubles please don’t hesitate to ask/post!