使用命令
- $ git checkout -b develop origin/develop 簽出遠程分支,出現以下錯誤:
- fatal: Cannot update paths and switch to branch 'develop' at the same time.
- Did you intend to checkout 'origin/develop' which can not be resolved as commit? 解決方法:先 :$ git fetch 在:git checkout -b develop origin/develop