$ git checkout -b linux-3.6 origin/linux-3.6
fatal: Cannot update paths and switch to branch 'linux-3.6' at the same time.
Did you intend to checkout 'origin/linux-3.6' which can not be resolved as commit?
---------------------------------------------------------------------------------------------------------------
some information maybe useful
$ git remote show
origin
$ git remote show origin
* remote origin
Fetch URL: git://
dev.lemote.com/linux-official.git Push URL: git://
dev.lemote.com/linux-official.git HEAD branch: master
Local ref configured for 'git push':
master pushes to master (up to date)
$ git tag --list
(nothing)
在 2014年1月15日星期三UTC+8上午8时16分07秒,huacai写道: