I got this message when i tried to create repository by using Git clone.
git did not exit cleanly (exit code 1)
How to fix this?
I also encountered this error message due to longpath issues. Try to input this, that's helpful for me.
git config --global core.longpaths true