エラー内容
❯ git fetch origin
error: could not delete references: cannot lock ref 'refs/remotes/origin/feature/XXXX': Unable to create 'repo/.git/refs/remotes/origin/feature/XXXX.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
しかし .git/refs/remotes/origin/feature/XXXX.lock
というファイルは存在しないので途方にくれた。
解消手順
originには Feature
始まりのブランチと feature
始まりのブランチが混在しており、大元は大文字小文字の混在によりmacで正しく処理ができていないのが原因のように推測した。
方法が正しいかわからないが、以下のようにしたらとりあえず直ったっぽい。ローカルリポジトリが壊れても保証はできません