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