DNN Repo Cloning Broken For Anyone Else? #5794
-
I asked this in the community Slack as well, just in case. I'm not sure what else to try to do. |
Beta Was this translation helpful? Give feedback.
Answered by
WillStrohl
Aug 10, 2023
Replies: 1 comment
-
HUGE thanks to @bdukes answering me in the forums! 💪🏽 This article had what I needed: https://stackoverflow.com/a/22575737/2688 After running the command below, it worked fine again.
I do have some concerns about how that will impact new community members the first time they open the repo, though. :( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WillStrohl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HUGE thanks to @bdukes answering me in the forums! 💪🏽
This article had what I needed: https://stackoverflow.com/a/22575737/2688
After running the command below, it worked fine again.
git config --system core.longpaths true
I do have some concerns about how that will impact new community members the first time they open the repo, though. :(