-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
Labels
DiscussionIssues which may not have code impactIssues which may not have code impactInfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure
Description
We recently ran into a situation where git errored during a checkout
due to a file path that was too long.
To get around this, we can run
git config core.longpaths true
However, it seems that this option requires Windows users to run Windows 10. It doesn't affect other users.
Everyone on the core team who's on Windows is basically on the latest version, and we don't have reason to believe at the moment that this affects many external contributors. As a result, we will likely turn on the flag and adjust appropriately if this becomes an issue.
Metadata
Metadata
Assignees
Labels
DiscussionIssues which may not have code impactIssues which may not have code impactInfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure