赞
踩
git ls-files --stage .\SecretFinder.py
100644 表示文件的所有者有读取和写入权限
git update-index --chmod +x .\SecretFinder.py
100755 表示文件的所有者有读取、写入和执行权限