git使用本页总览git使用git 添加文件的可执行权限# 查看当前权限git ls-files --stage run.sh# 增加可执行权限git update-index --chmod +x run.sh