### Duplicates - [X] I have searched the existing issues ### Current behavior 😯 If `.gitconfig` contains `includeIf` option ``` [includeIf "gitdir:~/projects/"] path = .gitconfig-projects ``` then onefetch fails on start with error: ```shell $ onefetch Error: Failed to load the git configuration Caused by: Permission denied (os error 13) ``` ### Expected behavior 🤔 _No response_ ### Steps to reproduce 🕹 1. add some option "includeIf" in `~/.gitconfig` 2. run onefetch ### Additional context/Screenshots 🔦 _No response_ ### Possible Solution 💡 _No response_