removing broken names in Git (dropbox conflicted copy)

后端 未结 3 1999
情歌与酒
情歌与酒 2020-12-31 00:38

I save my repo in dropbox, and one day (see date below) it went crazy. Now I get these warning every time I try to autocomplete a branch name

warning: ignori         


        
3条回答
  •  渐次进展
    2020-12-31 01:06

    I got this warning possibly after updating my git version (ubuntu 15.04 to 15.10) and needed only to remove directories in .git/refs/remotes for old dangling remotes I no longer actually had configured.

提交回复
热议问题