window上没遇到过这个问题,mac遇到了。
1、git clone + 远程仓库地址 下来代码之后,git branch 发现只有master分支,用git branch -a 能查看其他分支
2、git checkout -t origin/xxx (xxx指你要切换的分支名,比如我的就是dev_1.5)
3、现在 git branch 查看一下 ,大功告成
标签:git,xxx,master,切换,branch,分支
来源: https://www.cnblogs.com/Denny_Yang/p/16629518.html