Bot-Collection
Bot-Collection copied to clipboard
[GSSoC'23] BUG: Case-sensitive file collision between 'Discord_Bot/README.md' and 'discord_bot/readme.md'
Describe the Issue
There is a case-sensitive path collision in the repository. The folders 'Discord_Bot' and 'discord_bot' have collided, causing conflicts on case-insensitive file systems.
This results in being able clone only one of these folders into my system.
Expected behavior
This conflict shouldn't be there.
Steps to Reproduce
- Clone the repository using the command:
git clone https://github.com/lem0n4id/Bot-Collection.git
.
Proposed solution
To resolve this issue, one of the folders should be renamed to avoid the collision.
System
- Device: [Laptop]
- OS: [Windows 11]