Delete readme.md because conflicts with README.md#52
Closed
ecerulm wants to merge 1 commit intoBasPH:masterfrom
Closed
Delete readme.md because conflicts with README.md#52ecerulm wants to merge 1 commit intoBasPH:masterfrom
ecerulm wants to merge 1 commit intoBasPH:masterfrom
Conversation
This git repo cannot be properly clone into a case insensitive filesystem (macOS, for example) because of `readme.md` and `README.md` ``` git clone https://github.com/BasPH/data-pipelines-with-apache-airflow Cloning into 'data-pipelines-with-apache-airflow'... remote: Enumerating objects: 1492, done. remote: Counting objects: 100% (2/2), done. remote: Compressing objects: 100% (2/2), done. remote: Total 1492 (delta 1), reused 0 (delta 0), pack-reused 1490 Receiving objects: 100% (1492/1492), 267.00 KiB | 2.67 MiB/s, done. Resolving deltas: 100% (751/751), done. warning: the following paths have collided (e.g. case-sensitive paths on a case-insensitive filesystem) and only one from the same colliding group is in the working tree: 'chapter07/README.md' 'chapter07/readme.md' ```
Author
| Ok I see this is a duplicate of #47 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This git repo cannot be properly clone into a case insensitive filesystem (macOS, for example)
because of
readme.mdandREADME.md