跳到主要内容

git使用

git 添加文件的可执行权限

# 查看当前权限
git ls-files --stage run.sh
# 增加可执行权限
git update-index --chmod +x run.sh