I want to clone a github repo that uses two different files/folders:
\packages\
- Folder
\Packages
- File
However, due to windows not using Case Sensitive File/Directory Names, this isnt working, it gives me the error that the folder cant be renamed because a file already has the same name.
The program that uses this project REQUIRES that there be a no-extension binary text file Packages
(Its like a giant file full of control
files (If you recognize linux debian youll understand)
But it also requires a folder named \packages\
to hold the json files containing the config data for each control file within Packages
This question is an updated form of this previous question, which is outdated, and doesnt have an answer that solves the problem: Working in git with directories with the same name but different case in Windows