I used Git Bash
to create a Unix-like environment to do some work, but it seems to fail when I tried to change the permissions of a file.
Here's a sample run:
$ 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
Another tool I cloned from GitHub by Git Bash works just fine.
So is the problem caused by the software blast
itself?