1. Problem occurrence scenario
I created three new files under the project file. When submitting the code, I precompiled the script locally, and three errors occurred: do not set execute permissions for source files. Each file corresponds to one such error.
2. Understanding of error reporting
Do not set execute permissions for source files: do not set executable permissions for source files
understanding: you need to change the permission of the file to non-executable
for the understanding of file permissions, see how to understand file permission settings in this blog – 644 755 777, etc
3. Solution
1) On the console, after entering the file directory, enter
LS – L
to view the current permissions of the file. It is found that the file has “executable permissions”: X (generally 755)
2) Enter Chmod < File permission type, generally changed to 644><File name>
Read More:
- [Solved] Toad Set Error: The following files specified on the Executables tab could not be found:TNS Ping
- [Solved] CCS compilation and debug error: Source lookup: unable to restore CPU specific source container – expecting valid source container id value.
- [Solved] Cmake compile opencv open-source project Error: but it set OpenCV_FOUND to FALSE so package “OpenCV” is considered to be…
- [Solved] Hive execute insert overwrite error: could not be cleared up
- No match for ‘operator =’ both ends of the equal sign do not match
- SAP RETAIL Automatic replenishment WRP1R transaction code error: Forecast values for determining target stock do not exist –
- css-rcurlyexpected Error: css-rcurlyexpected at-rule, or selector expected, Do not use empty rulesets
- CMake Error: The source directory “opencv Install Catalog“ does not appear to contain CMakeLists.txt.
- std::dynamic_pointer_cast Error: source type is not polymorphic
- [Solved] error: Pulling is not possible because you have unmerged files
- Apache Altas Compile Error: [ERROR] Failed to execute goal on project atlas-testtools: Could not resolve
- How to Solve Error: Android java.lang.IllegalStateException: Could not execute method of the activity
- [Solved] QT cmak Compile Error: CMake Error: The source.. does not match the soused
- [Solved] go cobra Error: required flag(s) “pkg-name” not set
- [INS-06006] Passwordless SSH connectivity not set up [Solved]
- Django Error: ‘set‘ object is not reversible [How to Solve]
- [Solved] hcitool Error: Set scan parameters failed: Operation not permitted
- Error: env [NODE_ENV] is not set (How to Solve)
- [Solved] kubeflow pipeline visualization component Error: WARNING: Running pip as the ‘root’ user can result in broken permissions and conflicting behaviour with the system package manager…
- apache 2.2 configuration error: couldn’t perform authentication. AuthType not set!: /