Re: git push failure

2013-07-22 Thread Ian Lynagh
On Fri, Jul 19, 2013 at 10:22:05AM +0100, Simon Marlow wrote: remote: Host key verification failed. Ah, I've added github's host key to /etc/ssh/ssh_known_hosts so this should now be fixed. remote: fatal: The remote end hung up unexpectedly To

git push failure

2013-07-19 Thread Simon Marlow
I got this from a git push today: $ git push Counting objects: 17, done. Delta compression using up to 8 threads. Compressing objects: 100% (10/10), done. Writing objects: 100% (11/11), 1.20 KiB, done. Total 11 (delta 6), reused 0 (delta 0) remote: Traceback (most recent call last): remote:

Re: git push failure

2013-07-19 Thread Nicolas Frisby
remote: Host key verification failed. Looks like a known_hosts file needs updating Somewhere. We did change servers a few days ago. Although it seems odd that it took this long for it to show up — optimistically presuming we're not under attack. On Fri, Jul 19, 2013 at 4:22 AM, Simon Marlow