Git 相关指令On this pageGit 相关指令 文件权限 # 查看当前目录下权限git ls-tree HEAD# 添加 mvnw.sh 可执行权限git update-index --chmod=+x mvnw.sh# 还需要继续 commit & push