thuva4 / Algorithms

Collection of algorithms in multiple programming languages.
https://thuva4.github.io/Algorithms/
Apache License 2.0
487 stars 545 forks source link

Issue while cloning repo #885

Closed azhar1038 closed 2 years ago

azhar1038 commented 2 years ago

Describe the bug BloomFilterTest.py. is causing following error while trying to clone repository:

error: invalid path 'algorithms/Python/BloomFilter/BloomFilterTest.py.'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

To Reproduce Run the clone command:

$ git clone https://github.com/Thuva4/Algorithms.git

Expected behavior It should clone the repo without problem

Desktop (please complete the following information):

Additional context There is an extra period(.) at the end of file which is causing the issue

azhar1038 commented 2 years ago

Currently to overcome this problem, one needs to set the following flag:

git config core.protectNTFS false
thuva4 commented 2 years ago

Removed file #888.