We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had to do this, not sure if you are aware
git config --global core.longpaths true
The text was updated successfully, but these errors were encountered:
Thanks @pjmagee
Yes, I am aware and I had to do the same :)
Not sure what can be done about this though...
Paths are long due to the nested nature of auto-generated Architecture as Code (e.g. in https://github.com/SlavaVedernikov/C4InterFlow/tree/master/Samples/dotnet.eShop/DotNetEShop/SoftwareSystems) as well as auto-generated Diagrams directory structure.
We may need to document git config --global core.longpaths true workaround in the wiki.
Would that be sufficient?
Sorry, something went wrong.
I think so yes, that should be good enough
No branches or pull requests
I had to do this, not sure if you are aware
git config --global core.longpaths true
The text was updated successfully, but these errors were encountered: