Re: Git clone 2.9.0

2016-06-15 Thread Duy Nguyen
On Wed, Jun 15, 2016 at 8:08 PM, Wojciech Rybiński wrote: > Hi, > > I have installed version 2.9.0 and when I’m trying to clone repo with > specific tag I get error: unknown option `single-branch’ and next warning: > Remote branch a3.0.26 not found in upstream origin, using HEAD instead. My > c

Git clone 2.9.0

2016-06-15 Thread Wojciech Rybiński
Hi, I have installed version 2.9.0 and when I’m trying to clone repo with specific tag I get error: unknown option `single-branch’ and next warning: Remote branch a3.0.26 not found in upstream origin, using HEAD instead. My command looks like that: git clone --single-branch -b a3.0.26 git@… and