没错,如果你在mac(unix)上,你不会在finder(文件浏览器)中看到.git。你可以按照上面的指示删除文件,也有git命令允许你删除文件(它们有时很难使用和学习,例如:在创建'git rm -r '命令时,你可能会提示一个.git/ not found。以下是git命令的规格:
用法:git rm [options][——]…
-n, --dry-run dry run
-q, --quiet do not list removed files
--cached only remove from the index
-f, --force override the up-to-date check
-r allow recursive removal
--ignore-unmatch exit with a zero status even if nothing matched