Ben Woodcroft writes: > On 06/02/18 08:34, Christopher Baines wrote: >> Ben Woodcroft writes: >>> On 31/01/18 05:50, Christopher Baines wrote: >> I've pushed these commits (there are now ~125) to a new branch, >> wip-rails-2 [1]. >> 1: http://git.cbaines.net/guix/log/?h=wip-rails-2 > > Hi Chris, sounds excellent. I actually wanted to use / test > ruby-activerecord in another context, but ran into some connection > errors on your server. I guess this is an issue on the server end. Are > you able to fix them, or push that branch to savannah please? > > $ git remote set-url cbaines git://git.cbaines.net/guix > $ git fetch cbaines > fatal: unable to connect to git.cbaines.net: > git.cbaines.net[0: 212.71.252.8]: errno=Connection refused > git.cbaines.net[1: 2a01:7e00::f03c:91ff:fe69:8da9]: errno=Network is > unreachable This won't work as I'm not running the required daemon or something. I also haven't updated the cgit config, so it still shows the URL... > $ git remote set-url cbaines http://git.cbaines.net/guix > $ git fetch cbaines > error: wrong index v2 file size in > .git/objects/pack/pack-739d9ab6fbe9233657458397a3ab1f0ad30107f1.idx.temp > error: Unable to find 289e6cffc4ed9a6658e85b22635ea2fd3126bc3f under > http://git.cbaines.net/guix > Cannot obtain needed object 289e6cffc4ed9a6658e85b22635ea2fd3126bc3f > error: fetch failed. This should work though, could you try again, perhaps try cloning the entire repository if adding it as a remote doesn't work. I ran git fsck and git gc on the server, just in case there was a problem there. If you're still having problems, then yeah, maybe I'll push to savannah. I hesitated as the branch contains 125 commits, which I think will result in 125 emails... Chris