Skip to content

Trailing space on files names fails when performing pull on Windows machine #1

@jasil1414

Description

@jasil1414

Description:
When attempting to perform a pull operation on a repository with files that have trailing spaces in their names, Windows machines encounter issues. Trailing spaces are not allowed in file names in Windows, and as a result, attempting to pull such files leads to errors or unexpected behaviour.

Command to find all files with trailing space

find ./ -type f -name '*[[:space:]]'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions