Posts by Felipe Lullio • 1 point
2 posts
-
0
votes1
answer54
viewsA: Error opening text editor in Git
Try rotating the command below again but placing single quotes instead of double quotes: git config --global core.editor 'atom --wait'
-
0
votes1
answer38
viewsA: Unlink of file 'debug.log' failed. Should I Try Again?
It may be that some other program is using the file, then it is not possible to move this file inside or outside the working directory. Try to close any program or process that might be using the…
gitanswered Felipe Lullio 1