git 添加可执行文件权限 2021-12-23 本文已影响0人 耍帅oldboy 在Windows下开发的脚本文件,提交到git仓库后,在Linux上克隆下,发现脚本文件无执行权限 解决办法如下 git update-index --chmod=+x $script