Bot-Collection icon indicating copy to clipboard operation
Bot-Collection copied to clipboard

[GSSoC'23] BUG: Case-sensitive file collision between 'Discord_Bot/README.md' and 'discord_bot/readme.md'

Open lem0n4id opened this issue 1 year ago • 1 comments

Describe the Issue

image

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

  1. 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]

Additional context

lem0n4id avatar May 24 '23 15:05 lem0n4id