
On Wed, Aug 17, 2011 at 1:47 PM, Zhi Yong Wu <zwu.kernel@gmail.com> wrote:
On Tue, Aug 16, 2011 at 10:31 PM, Adam Litke <agl@us.ibm.com> wrote:
Stefan has a git repo with QED block streaming support here:
git://repo.or.cz/qemu/stefanha.git stream-command This tree branch seems to be a litter wrong; I tried multiple times, and still got this error.
Cloning into stream-command... remote: Counting objects: 85498, done. remote: Compressing objects: 100% (17878/17878), done. remote: Total 85498 (delta 67839), reused 85023 (delta 67511) Receiving objects: 100% (85498/85498), 31.90 MiB | 2.46 MiB/s, done. Resolving deltas: 100% (67839/67839), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
You have cloned successfully. My public repo just doesn't have a 'master' branch, only topic branches for features that I develop. Try this: cd stream-command git checkout stream-command BTW the git clone command to directly clone and checkout a particular branch is (but be warned that older versions of git do not support the -b option): git clone -b stream-command git://repo.or.cz/qemu/stefanha.git Stefan