From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Git error when cloning pvops tree Date: Mon, 09 Nov 2009 16:04:47 -0800 Message-ID: <4AF8AE1F.6060701@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Santos, Jose Renato G" Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org On 11/09/09 15:44, Santos, Jose Renato G wrote: > I am having problems when I try to clone the pvops tree using the http protocol. > The operation aborts in the middle with the following message > Any idea on what could be the problem? > At heart the problem is that http is very much a second-class citizen in git, and you should use the git protocol if at all possible. I don't know what's specifically gone wrong here. I'll try to sort it out. J