Skip to content

Conversation

@Farooquekk
Copy link


Title: Rename invalid file paths to be compatible with Windows systems

Description:

This pull request addresses an issue with file paths that contain characters not supported by Windows, specifically the colon (:) in the following file:

  • Array Operations : Creation, Traversal, Insertion.java

Changes Made:

  • Renamed the file Array Operations : Creation, Traversal, Insertion.java to Array Operations - Creation, Traversal, Insertion.java.
  • This change ensures that users on Windows can successfully clone and checkout the repository without encountering path-related errors such as:
    error: invalid path 'Arrays/Array Operations : Creation, Traversal, Insertion.java'
    fatal: unable to checkout working tree
    

Why this is needed:

  • Windows does not allow certain characters like the colon (:) in file or directory names, which causes errors when attempting to clone or work with the repository on Windows-based systems.
  • This change will improve cross-platform compatibility for users on Windows.

Impact:

  • There are no code changes in this pull request, only the renaming of files for compatibility. All functionality remains the same.

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.

1 participant