Describe the bug
In the file .git/config that comes with the steam-workshop distribution, there are some values of variables that don't make sense on other machines than Micha's windows desktop.
I'm not the git expert, but
worktree = C:/Users/micha/OneDrive/Documents/My Games/Sid Meier's Civilization VI/Mods/CQUI_Community-Edition
should definitely not be there,
To Reproduce
on a different machine than the developer's, cd to cqui's main directory and issue a harmless git command like
git log
it responses with
fatal: Invalid path 'C:/Users/micha': No such file or directory
Expected behavior
Above command should show the git log
I propose to clean the rolled out git/config from unnecessary entries.
Describe the bug In the file .git/config that comes with the steam-workshop distribution, there are some values of variables that don't make sense on other machines than Micha's windows desktop. I'm not the git expert, but worktree = C:/Users/micha/OneDrive/Documents/My Games/Sid Meier's Civilization VI/Mods/CQUI_Community-Edition should definitely not be there,
To Reproduce on a different machine than the developer's, cd to cqui's main directory and issue a harmless git command like
git log
it responses withfatal: Invalid path 'C:/Users/micha': No such file or directory
Expected behavior Above command should show the git log
I propose to clean the rolled out git/config from unnecessary entries.