Our working environment does not have access to local drive. So the working directory(which also means .git directory) has to be on a mapped network share. I measured the performance of running "git clone" on a network share. It is 60 times slower than running on local drive "C:".
Is there any parameter which I can tune to improve the performance a little bit?
This is for SAS so the folder directory is in SAS environment. I can also see other use cases where local folders are not allowed for security reasons.