You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hz 初始化项目后,除 build.sh 与 script/bootstrap.sh 外的文件也有可执行权限
After initializing a project, files other than "build.sh" and "script/bootstrap.sh" also have executable permissions.
To Reproduce
Steps to reproduce the behavior:
[ in shell ] hz new -module xxx/yyy
[ in shell ] ls -lah
See error
Expected behavior
只有 build.sh 与 script/bootstrap.sh 文件具有可执行权限
Only the files "build.sh" and "script/bootstrap.sh" have executable permissions.
Hertz version:
hz version v0.9.1
github.com/cloudwego/hertz v0.9.5
The text was updated successfully, but these errors were encountered:
Describe the bug
hz 初始化项目后,除 build.sh 与 script/bootstrap.sh 外的文件也有可执行权限
After initializing a project, files other than "build.sh" and "script/bootstrap.sh" also have executable permissions.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
只有 build.sh 与 script/bootstrap.sh 文件具有可执行权限
Only the files "build.sh" and "script/bootstrap.sh" have executable permissions.
Hertz version:
hz version v0.9.1
github.com/cloudwego/hertz v0.9.5
The text was updated successfully, but these errors were encountered: