今天同事问我她的报错了,我看了一下,是分支没有指向远程仓库对应的分支;报错如下; $ git pull There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details git pull <remote> <branch> If you wish to set tracking
git 切换远程仓库出现如下问题: $ git checkout -b localdev origin/dev fatal: Cannot update paths and switch to branch 'localdev' at the same time. Did you intend to checkout 'origin/dev' which can not be resolved as commit? 解决方法:先执行git fetch origin.要下班了,详细情况下回在细说.