You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 HEADBesides 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?
The text was updated successfully, but these errors were encountered: