I have a problem during performing git svn clone command:
git svn clone --trunk="path to specific folder in svn repo" --no-metadata --authors-file=users.txt "path to svn repo" /c/tmpRepo
Command is working fine by some minutes and then suddenly I am receiving below error:
fatal: not enough memory for initializationupdate-ref -m r43274 refs/remotes/origin/trunk c330a7854ebb5f70a729f82c9e301c7ef07b6038: command returned error: 128
I tried to clean up my disk space but it didn't help. Does anyone had similar issue?