Commit 4095f00
ci: use core.protectNTFS=false to allow gh: clone on Windows
Cookiecutter's gh: syntax clones the default branch first. When main
still has NTFS-illegal paths, this fails on Windows. Setting
core.protectNTFS=false lets git skip path validation so the clone can
succeed, then cookiecutter checks out the PR branch which has valid paths.
This setting becomes a no-op after the PR merges.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6ce4ffa commit 4095f00
1 file changed
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
141 | 136 | | |
142 | 137 | | |
143 | 138 | | |
| |||
0 commit comments