Running: git init
Initialized empty Git repository in /home/john/galileo/meta-clanton_v1.0.0/poky/.git/
Running: git remote add origin git://git.yoctoproject.org/poky
Running: git fetch origin --depth=3 tags/dylan-9.0.2:tags/dylan-9.0.2
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header
Traceback (most recent call last):
File "setup/gitsetup.py", line 131, in <module>
main()
File "setup/gitsetup.py", line 117, in main
run_command('git fetch origin --depth=%s %s' % (opts.depth, fetchspec))
File "setup/gitsetup.py", line 65, in run_command
subprocess.check_call(command, shell=True)
File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'git fetch origin --depth=3 tags/dylan-9.0.2:tags/dylan-9.0.2' returned non-zero exit status 128
This is what I get. The bugger of it is that I had it compile correctly once but then blew it away.
Hopefully they fix it soon.