thuva4/Algorithms

Issue while cloning repo

azhar1038 opened this issue · 2 comments

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):

  • OS: WIndows 10
  • Browser: Chrome
  • Version: Chrome Version 94.0.4606.61

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

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

git config core.protectNTFS false

Removed file #888.