windows删除.git文件夹(报错rm: remove write-protected regular file)
报错
rm: remove write-protected regular file 'xxxx'?
rm: cannot remove 'xxx': Directory not empty
解决方法
yes | rm -r ./file
windows删除.git文件夹(报错rm: remove write-protected regular file)
报错
rm: remove write-protected regular file 'xxxx'?
rm: cannot remove 'xxx': Directory not empty
解决方法
yes | rm -r ./file