79194440

Date: 2024-11-16 03:07:00
Score: 3
Natty:
Report link

This answer from another question seemed like the best one to me. https://stackoverflow.com/a/70090792/675784

Run git config --global core.protectNTFS false

Then clone

Or if it's already cloned but not checked out, you may set this setting local to this repository only

Run git config core.protectNTFS false Then Run git checkout <branch_name>

Reasons:
  • Blacklisted phrase (1): another question
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
Posted by: Karl Henselin