I have to do the clone
of the project in the directory:
C:\xampp_5.3\htdocs\Meu-projeto
First running the configuration to allow pathnames
more extensive:
git config --system core.longpaths true
Running the above command returns this error:
error: could not lock config file C: \ Program Files \ Git \ mingw64 / etc / gitconfig: Permission denied
How to solve this?