赞
踩
1.可以使用:git status 查看什么情况,
2.原因可能是这些变化没有提交,根据git status 的提醒,可以提交,然后就可以切换分支了。
3.git checkout 你想切换的分支。