Avi Kivity wrote: > Chen Xi wrote: > >> Hi everybody, >> >> I'm trying to clone the repository: >> >> git-clone http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git kvm >> >> Fail on this: >> error: Couldn't get >> http://www.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git/refs/heads/kvm-updates >> for heads/kvm-updates >> The requested URL returned error: 404 >> error: Could not interpret heads/kvm-updates as something to pull >> >> Anything wrong? >> >> > > For some reason the repository uses packed references, which I think > aren't supported well by git-http. > > Or maybe you need a newer git. What version are you using? > > >
Looking a bit, it seems v1.5.1.2 and later should be able to handle http clones with packed refs. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
