Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitkraken pull failed - rmdir error

Tags:

I encountered an error when I commit an image, the process is already open in an other program (like ADOBE Photoshop) and I can't commit and the images are removed.

enter image description here

how can I fix it? Thank for your help.

like image 217
Loic Avatar asked Mar 02 '18 14:03

Loic


1 Answers

You have to stop any process that is inside that folder, if you are using Visual Studio code make sure to disable git, which is enabled by default, or just close Visual studio code, it could be an open terminal as well

"git.enabled": false
like image 99
Radosvet Petrov Avatar answered Sep 22 '22 12:09

Radosvet Petrov