Skip to content

Fix: Rename folders with illegal characters for Windows compatibility#3

Open
amodh-2002 wants to merge 2 commits intoanshulc55:mainfrom
amodh-2002:main
Open

Fix: Rename folders with illegal characters for Windows compatibility#3
amodh-2002 wants to merge 2 commits intoanshulc55:mainfrom
amodh-2002:main

Conversation

@amodh-2002
Copy link
Copy Markdown

Cloning this repository on Windows fails due to folder names containing characters that are not allowed in Windows file systems (such as colons :). Git throws the following error during clone:

error: invalid path 'Secure Your Infra : Ansible Vault/secrets.yml'
fatal: unable to checkout working tree

A similar issue occurs with another folder:
Ansible Playbooks For Linux : Practical Labs/blockinfile_example.yml

These names are valid on Linux/macOS, but not on Windows, which prevents users from working with the repository on Windows systems.

Solution:
This PR renames the two problematic folders:

Ansible Playbooks For Linux : Practical Labs → Ansible Playbooks For Linux - Practical Labs
Secure Your Infra : Ansible Vault → Secure Your Infra - Ansible Vault

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