当本地看不到远程git 分支的时候,可以这样来获得。 http://stackoverflow.com/questions/12578665/i-cant-see-my-remote-branch
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" git fetch origin