[b2g] Error: exited sync due to gc errors

2012-11-08 Thread broody
Hi, I'm building for a x86 emulator and I get the following error: "repo initialized in /blah/blah Fetching projects: 100% (83/83), done. error: Exited sync due to gc errors Repo sync failed" Anything thoughts? Thanks! ___ dev-b2g mailing list dev-b2g

Re: [b2g] Error: exited sync due to gc errors

2012-11-08 Thread Pramod Korti
Hi Broody, I also faced same issue able solve it after Updating Git or reinstalling newer version of git. Try this sudo add-apt-repository ppa:git-core/ppa sudo apt-get update sudo apt-get install git On Friday, 9 November 2012 06:03:53 UTC+5:30, broody wrote: > Hi, > > > > I'm build

Re: [b2g] Error: exited sync due to gc errors

2012-11-08 Thread Sotaro Ikeda
There is a case that the following can not use. In my case if I update git to new one, git could not come across a http proxy on my network. >sudo add-apt-repository ppa:git-core/ppa >sudo apt-get update >sudo apt-get install git Then I use other workaroud, change "$REPO sync" to "$REPO sync 

Re: [b2g] Error: exited sync due to gc errors

2012-11-10 Thread broody
Thanks! This solved the problem, I was behind a company proxy. On Thursday, November 8, 2012 11:42:23 PM UTC-7, Sotaro Ikeda wrote: > There is a case that the following can not use. In my case if I update > > git to new one, git could not come across a http proxy on my network. > > > > >sud

Re: [b2g] Error: exited sync due to gc errors

2013-01-04 Thread taehun777
2012년 11월 9일 금요일 오후 3시 23분 27초 UTC+9, Pramod Korti 님의 말: > Hi Broody, > > > > I also faced same issue able solve it after Updating Git or reinstalling > newer version of git. > > > > Try this > > > > sudo add-apt-repository ppa:git-core/ppa > > sudo apt-get update > > sudo apt-get i