I am trying to clone repo. It was working fine but for some other repo when file name is too long it's giving below error:
error:
/DoesNotExistImageInImageIntegrationTest.java': The filename or extension is t
oo long.
errno: -4, errorFunction: 'Clone.clone
how can we set git config --system core.longpaths true through nodegit ?
Thanks,
Pravin
I am trying to clone repo. It was working fine but for some other repo when file name is too long it's giving below error:
error:
/DoesNotExistImageInImageIntegrationTest.java': The filename or extension is t
oo long.
errno: -4, errorFunction: 'Clone.clone
how can we set git config --system core.longpaths true through nodegit ?
Thanks,
Pravin