fatal: reference is not a tree: on git checkout branch

2013-07-26 Thread David Abdurachmanov
Hi, Reproduce: $ git clone https://github.com/cms-sw/cmsdist.git $ git branch -a | grep devel-gcc48 remotes/origin/IB/CMSSW_7_0_X/devel-gcc48 $ git checkout IB/CMSSW_7_0_X/devel-gcc48 fatal: reference is not a tree: IB/CMSSW_7_0_X/devel-gcc48 It has stopped to work with the last pull request.

Re: fatal: reference is not a tree: on git checkout branch

2013-07-26 Thread Duy Nguyen
On Fri, Jul 26, 2013 at 4:52 PM, David Abdurachmanov david@gmail.com wrote: Hi, Reproduce: $ git clone https://github.com/cms-sw/cmsdist.git $ git branch -a | grep devel-gcc48 remotes/origin/IB/CMSSW_7_0_X/devel-gcc48 $ git checkout IB/CMSSW_7_0_X/devel-gcc48 fatal: reference is not a