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 readme.md because conflicts with README.md #52

Closed
wants to merge 1 commit into from

Conversation

ecerulm
Copy link

@ecerulm ecerulm commented Aug 30, 2021

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'

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'
```
@ecerulm
Copy link
Author

ecerulm commented Aug 30, 2021

Ok I see this is a duplicate of #47

@ecerulm ecerulm closed this Aug 30, 2021
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