我有 git 1.8.3 和一个带有“master”和“develop”分支的仓库。
从我当地的“开发”分支,我正在尝试执行以下命令 -
git branch -u origin/develop
我得到一个错误
error: the requested upstream branch 'origin/develop' does not exist
当我检查时,git branch -r
我只看到origin/master
我试图找到一种方法让我的系统认识到还有一个origin/develop
并且找不到任何有效的解决方案。