开发工具与环境Git 使用技巧本页总览Git 使用技巧git 添加文件的可执行权限 # 查看当前权限git ls-files --stage run.sh# 增加可执行权限git update-index --chmod +x run.sh