You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use cookiecutter zip download to bypass NTFS path restrictions
Double-quote characters in the template directory name are
fundamentally illegal on NTFS — no git config can work around this.
Use cookiecutter's zip URL support instead, which extracts via
Python's zipfile module and avoids NTFS filesystem restrictions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments