Git bash无法添加文件权限

时间:2018-03-21 07:59:17

标签: windows git git-bash

我使用Git Bash来创建类似Unix的环境来完成某些工作,但是当我尝试更改文件的权限时似乎失败了。

这是一个示例运行:

$ chmod u+x blastp

$ ls -al blastp
-rw-r--r-- 1 wangshx 197121 42138032 十月 19 08:27 blastp

$ chmod 777 blastp

$ ls -al blastp
-rw-r--r-- 1 wangshx 197121 42138032 十月 19 08:27 blastp

Git Bash从GitHub克隆的另一个tool工作得很好。

软件blast本身导致的问题是什么?

0 个答案:

没有答案