我正在尝试使用win7和git-bash删除.git目录.这是我的尝试:
$rm -rf .git rm: cannot remove directory `.git/objects/5e': Permission denied rm: cannot remove directory `.git/objects': Directory not empty rm: cannot remove directory `.git': Directory not empty $rmdir .git rmdir: `.git': Directory not empty
我究竟做错了什么?