Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete duplicate files with an extra space on their extensions #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gschizas
Copy link

@gschizas gschizas commented Sep 24, 2021

These files are init-openshift.ps1 and init-openshift.sh - note that there is an extra space in the end of the extension, so .ps1␠ and .sh␠.

This breaks git clone on Windows, with the following message:

error: invalid path 'support/openshift/init-openshift.ps1 '
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.

These are superfluous files with an extra spaces in the extension. This breaks git clone on Windows.
These are superfluous files with an extra spaces in the extension. This breaks git clone on Windows.
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.

None yet

1 participant