autofix-permission
Fixes script permission errors by making files executable.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fixes script permission errors by making files executable.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Comprehensive build error repair tool for C++, Rust, and Java projects using Soong, GN, Make, or CMake. Automatically fixes 30+ types of errors including headers, linking, APIs, and config.
Fixes function call errors with wrong number or type of arguments.
Fixes type mismatch errors by adding appropriate casts or conversions.
Fixes syntax errors in Android.bp files.
Removes unsupported or unknown compiler flags from build configurations.
Fixes scope and variable errors in BUILD.gn files.
| name | autofix-permission |
| description | Fixes script permission errors by making files executable. |
Fixes build errors where scripts cannot be executed due to missing permissions.
Permission deniedEACCES: permission deniedcannot executenot executableFrom: bash: ./configure: Permission denied
Script: ./configure
chmod +x ./configure
Or for multiple scripts:
chmod +x scripts/*.sh
If using git, also update the file mode:
git update-index --chmod=+x ./configure
configureautogen.shbuild.sh*.py (if run directly)scripts/ directories