### Current behavior 😯 My step: ```bash gix clone --bare https://github.com/AOSC-Dev/oma oma-bare mkdir oma-not-bare cd oma-not-bare git init git --git-dir ../oma-bare --work-tree . checkout -f e8f56b5 cd ../oma-bare gix fetch origin +refs/heads/*:refs/heads/* ``` `gix` return error: ``` Error: './.git/objects' wasn't a directory ``` ### Expected behavior 🤔 `git` success to run: ```bash $ git fetch origin +refs/heads/*:refs/heads/* from https://github.com/AOSC-Dev/oma * [new branch] cratify-oma -> cratify-oma $ echo $? 0 ``` ### Steps to reproduce 🕹 _No response_