git 添加文件的可执行权限

Posted xiondun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 添加文件的可执行权限相关的知识,希望对你有一定的参考价值。

查看当前权限 100644
[localhost]$ git ls-files --stage run.sh
100644 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 0       run.sh

增加可执行权限
[localhost]$ git update-index --chmod +x run.sh

查看当前权限 100755 
[localhost]$ git ls-files --stage run.sh
100755 79faae1187e6b365412bb30d4146007c3e8f2abe 0       run.sh

 

以上是关于git 添加文件的可执行权限的主要内容,如果未能解决你的问题,请参考以下文章

Android 逆向Linux 文件权限 ( Linux 权限简介 | 系统权限 | 用户权限 | 匿名用户权限 | 读 | 写 | 执行 | 更改组 | 更改用户 | 粘滞 )(代码片段

如何管理在每个 git 版本中添加私有代码片段?

Git给添加shell执行权限提交repo

为啥 Git Bash 不能运行我的可执行文件?

为啥 Git Bash 不能运行我的可执行文件?

shell的可执行权限