解决Git建立远程分支关联时fatal the current branch master has no upstream branch 问题 – 拂晓的专栏 – CSDN博客

来源: 解决Git建立远程分支关联时fatal the current branch master has no upstream branch 问题 - 拂晓的专栏 - CSDN博客 问题描述 今天在使用git时,在本地新建了一个分支,按照网上搜到的方式使用 git branch --set-upstream dev origin/dev (这里的dev为本地新建的分支)命令建立本地分支与远程分