今天遇到一个奇怪的问题,在执行 git switch master
命令时报错:
Deletion of directory 'swiper/images' failed. Should I try again? (y/n)
问题原因:
一般是文件被占用,导致 git 无法执行相应操作,我这就是因为图片在 Photoshop 中打开了。
解决方法:
关闭占用文件的程序,输入 y
回车,或者重新执行 git switch
操作。
未经允许不得转载:w3h5 » gIt switch切换分支报错Deletion of directory ‘swiper/images’ failed.
原创文章,作者:3628473679,如若转载,请注明出处:https://blog.ytso.com/228498.html