git pull したら以下のエラーが出た。

error: cannot lock ref 'refs/remotes/origin/...': is at xxxxx but expected xxxx
From github.com:xxx/xxx
 ! yyy...zzz branch-name -> origin/branch-name  (unable to update local ref)
error: cannot lock ref ...

下記の記事を参考に下記のコマンドで解決した。

$ git remote prune origin

【Git】「error: cannot lock ref ~」エラーが出る #Git - Qiita