1
I have to do the clone
of the project in the directory:
C:\xampp_5.3\htdocs\Meu-projeto
First running configuration to allow pathnames
more extensive:
git config --system core.longpaths true
Executing 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?
Willian, doesn’t this happen because the path is being passed half against bar and half with bar? Try to normalize your path
– Rubico
right worked, thank you.
– Willian Pereira
I will post an answer so that other people who go through it can consult.
– Rubico