tracker-radar
tracker-radar copied to clipboard
git clone problem
Today I clone this repository in Windows system and it give me the following error
error: invalid path 'domains/CA/com3.edgekey.net.json' fatal: unable to checkout working tree
I find some solution to solve it is to set config by the following command
git config --local core.protectNTFS false
and
git reset --hard HEAD^
reset to HEAD
Besides of the com3.edgekey.net.json in sub-folder of domains, others are restore
I need to set the ntfs to false, is this error caused by some unavailable filename in path?