Github Windows 'Failed to sync this branch'

前端 未结 17 1203
南旧
南旧 2020-12-22 21:59

I am using Github Windows 1.0.38.1 and when I click the \'Sync\' button after committing, I get the error

\"ent

17条回答
  •  隐瞒了意图╮
    2020-12-22 22:42

    This error also occurs if the branch you're trying to sync has been deleted.

    git status won't tell you that, but you'll get a "no such ref was fetched" message if you try git pull.

提交回复
热议问题