git branch -a
git remote show origin
git remote prune origin
再使用命令 git branch -a 查看,没有那些不存在的远程分支了
git-删除远程不存在的分支
原文:https://www.cnblogs.com/lwcode6/p/13642530.html