So before this I had a problem which is: LF will be replaced by CRLF in git, At the end I managed to disable the warning messages by typing in the command prompt the following:
git config --global core.autocrlf false
git config --global core.safecrlf false
And the warning disappeared and I went to my GitHub desktop and commit it, Everything was working fine till this error popped up error: open("projectName/Temp/UnityLockfile"): Permission denied fatal: Unable to process path projectName/Temp/UnityLockfile
.
I'm in windows 10, Making a unity project.