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:]]'