-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows long paths support #4913
Comments
Hey, @JamieMagee
|
Interesting! After some more searching, it might be a configuration issue with git1. Is it possible to set a git config default for the image?
Footnotes |
I will take a look at it. As a workaround set this flag in runtime:
|
@JamieMagee , We have decided not to set up this option at the system level - #4915 (comment) due to impact to customers. |
Description
When attempting to checkout https://github.com/Azure/azure-sdk-for-net into a subdirectory on a Windows 2019 based runner I receive many error messages like the following:
Please enable long paths support when building Windows images
Virtual environments affected
Image version and build link
https://github.com/microsoft/component-detection/runs/4874590492?check_suite_focus=true
Is it regression?
No
Expected behavior
No response
Actual behavior
No response
Repro steps
Footnotes
https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation ↩
The text was updated successfully, but these errors were encountered: