首先,使用git branch命令查看本地分支: git branch 创建一个新的远程分支: git push origin [新的远程分支] 绑定本地分支到新的远程分支: git branch --set-upstream-to=origin/ [新的远程分支]