[Arm-netbook] Cant checkout branch lichee-dev for u-boot
KillerKink Goh
killerkink at hotmail.sg
Thu Dec 29 09:04:38 GMT 2011
----------------------------------------
> From: killerkink at hotmail.sg
> To: arm-netbook at lists.phcomp.co.uk
> Subject: RE: [Arm-netbook] Cant checkout branch lichee-dev for u-boot
> Date: Thu, 29 Dec 2011 16:58:11 +0800
>
>
>
>
> ________________________________
> > Date: Thu, 29 Dec 2011 16:52:45 +0800
> > From: tangliang at allwinnertech.com
> > To: arm-netbook at lists.phcomp.co.uk
> > Subject: Re: [Arm-netbook] Cant checkout branch lichee-dev for u-boot
> >
> > On 12/29/2011 03:50 PM, KillerKink Goh wrote:
> >
> >
> > ________________________________
> > Date: Thu, 29 Dec 2011 15:45:41 +0800
> > From: tangliang at allwinnertech.com
> > To: arm-netbook at lists.phcomp.co.uk
> > Subject: Re: [Arm-netbook] Cant checkout branch lichee-dev for u-boot
> > checkout this
> > http://stackoverflow.com/questions/945654/git-checkout-on-a-remote-branch-does-not-work
> >
> > "I believe this occurs when you are trying to checkout a remote branch
> > that your local git repo is not aware of yet. Try:
> >
> > git remote show origin
> > If the remote branch you want to checkout is under "New remote
> > branches" and not "Tracked remote branches" then you need to fetch them
> > first:
> >
> > git fetch
> > Now it should work:
> >
> > git checkout -b local-name origin/remote-name"
> >
>
> lichee-dev does not seem to exist.
>
> ~/u-boot$ git remote show origin
> * remote origin
> Fetch URL: http://git.hands.com/u-boot.git
> Push URL: http://git.hands.com/u-boot.git
> HEAD branch: master
> Remote branches:
> denx tracked
> master tracked
> patch-queue/master tracked
> Local branch configured for 'git pull':
> master merges with remote master
> Local ref configured for 'git push':
> master pushes to master (up to date)
>
>
if I check denx, I got this. but still there is no allwinner source in it.
~/u-boot$ git checkout -b lichee-dev origin/denx
Branch lichee-dev set up to track remote branch denx from origin.
Switched to a new branch 'lichee-dev'
More information about the arm-netbook
mailing list