## 原因 是因为本地的 `origin` 目录没有同步远端更新。 ## 解决 执行 `git fetch` 把远程服务器上所有的更新都拉取下来。 然后就使用 `git branch -a` 查看最新远程说所有分支 。