You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stxinu@x-slam:~/xdroid/4.4.1$ git pull
error: there are still refs under 'refs/remotes/origin/mid'
From www.x-slam.com:xdroid/mid/4.4.1
! [new branch] mid -> origin/mid (unable to update local ref)
使用git remote show origin发现有些分支在本地存在而在远端不存在(没做相应记录),
使用git remote prune origin命令可以处理该问题,执行完该命令后,再进行git pull,此时代码就可以继续哗啦啦的下下来了。