Skip to content

Fix: Remove trailing space in folder name for Windows compatibility#13

Open
steveleecode wants to merge 1 commit intoIRS-Public:mainfrom
steveleecode:main
Open

Fix: Remove trailing space in folder name for Windows compatibility#13
steveleecode wants to merge 1 commit intoIRS-Public:mainfrom
steveleecode:main

Conversation

@steveleecode
Copy link

Renamed the folder ".../Direct File QA /" to ".../Direct File QA/" to remove the trailing space, which was causing checkout errors on Windows systems due to invalid file path characters.

Error message from Windows system:
Receiving objects: 100% (4010/4010), 116.52 MiB | 31.92 MiB/s, done.
Resolving deltas: 100% (1351/1351), done.
error: invalid path 'docs/testing/Direct File QA /Direct File QA and Testing Wiki.md'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

@EdgeCaseBerg
Copy link

I saw this same error when I cloned the repo to examine the fact graph, would appreciate seeing this fixed :)

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

Successfully merging this pull request may close these issues.

2 participants