From: slawrence@tresys.com (Steve Lawrence) Date: Fri, 16 Nov 2012 11:43:56 -0500 Subject: [refpolicy] Does git repository work fine? In-Reply-To: References: Message-ID: <50A66D4C.8080304@tresys.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On 11/16/2012 07:29 AM, Kohei KaiGai wrote: > Hi folks, > > I tried to checkout the latest refpolicy tree, but failed. > > [kaigai at iwashi repo]$ git clone http://oss.tresys.com/git/refpolicy.git > Cloning into 'refpolicy'... > [kaigai at iwashi repo]$ echo $? > 128 > [kaigai at iwashi repo]$ cd refpolicy > -bash: cd: refpolicy: No such file or directory > > Is the git repository working? Are you using git-1.7.11.7? Looks like there might be a problem with that version of git when doing certain http fetches. Downgrading to 1.7.10.1 fixed the problem for me. - Steve