From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: Ruby on Rails (web-application framework) (and the wip-rails branch) Date: Thu, 8 Feb 2018 12:02:47 +1000 Message-ID: <49651e93-e27f-3382-59b1-993362203d12@uq.edu.au> References: <87shan9lcy.fsf@cbaines.net> <5734dd01-8e58-b7ad-5d7c-5df01a9abbc2@uq.edu.au> <87d11jf4lk.fsf@cbaines.net> <95cc176a-eddf-ccef-8aaa-eba123b4457e@uq.edu.au> <87shad19s7.fsf@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejbYC-0006ZT-8P for guix-devel@gnu.org; Wed, 07 Feb 2018 21:03:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejbY7-0002qt-Dm for guix-devel@gnu.org; Wed, 07 Feb 2018 21:03:00 -0500 Received: from mailhub1.soe.uq.edu.au ([130.102.132.208]:42208 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejbY6-0002q9-RO for guix-devel@gnu.org; Wed, 07 Feb 2018 21:02:55 -0500 In-Reply-To: <87shad19s7.fsf@cbaines.net> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Christopher Baines Cc: guix-devel@gnu.org Hi Chris, On 07/02/18 18:30, Christopher Baines wrote: > >> $ 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. It seems that helped, I was able to fetch from the http URI. Thanks. ben