Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong contents in .git/config #339

Open
Titule1 opened this issue Jun 18, 2022 · 1 comment
Open

Wrong contents in .git/config #339

Titule1 opened this issue Jun 18, 2022 · 1 comment

Comments

@Titule1
Copy link

Titule1 commented Jun 18, 2022

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.

@hartmark
Copy link

hartmark commented Jan 7, 2023

+1
Please remove the line with "worktree"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants