[SOLVED]
Hello people who know it all. I’m having a problem with my repository, mostly with my Github Desktop. The problem appears in the image attached to the post. Every time that I save some new updates in my project and want to create a new commit, that error appears. I have to close the program and restart my computer in order to commit to master successfully. Has someone experienced something like that? How did you guys solved it? IS there are some new .gitignore files that I have to implement in the Unity gitignore?
The real error is at the bottom: it’s trying to process Temp/UnityLockfile, and is unable to do so. But it shouldn’t be doing that anyway; you need to tell git to ignore that whole directory (and some others; see the manual).
Alright, I think I got it. I had to manually set the Temp/UnityLockfile to the.gitignore. Going to advanced a bit more in my project and see if that is the problem.
You really need to .gitignore the entire Temp directory. As well as Library, and any other directory at that level that is not Assets, Packages or ProjectSettings.