Permission Denied Error: 'make' and 'nf-config' - How to Fix
This error message usually indicates that the user running the 'make' command does not have the necessary permissions to execute the 'nf-config' command.
To resolve this issue, you can try running the 'make' command with elevated privileges by using the 'sudo' command. For example, you can try running the following command:
sudo make
If you still encounter the same error message, you may need to check the permissions of the 'nf-config' command and ensure that the user running the 'make' command has the necessary permissions to execute it.
原文地址: https://www.cveoy.top/t/topic/l48R 著作权归作者所有。请勿转载和采集!