Commit 955fd5f
fix: inject core.protectNTFS via GIT_CONFIG env vars
Cookiecutter internally runs git clone, which also fails on NTFS due
to the template directory name containing quote characters. Use
GIT_CONFIG_COUNT/KEY/VALUE environment variables to inject
core.protectNTFS=false into all git invocations without needing a
config file or HOME directory.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 05bd404 commit 955fd5f
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
128 | 135 | | |
129 | | - | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
133 | 139 | | |
134 | | - | |
135 | | - | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
0 commit comments