79619669

Date: 2025-05-13 12:42:15
Score: 1.5
Natty:
Report link

Run these following commands. Will help you remove those unwanted Zone.Identifier files.

git config core.protectNTFS false
git sparse-checkout init --cone
git sparse-checkout set ''
git checkout <branch_name>
git sparse-checkout disable
find . -name "*:Zone.Identifier" -type f -delete
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Aakash Pawan G P S