ローカルで実行したいファイルに権限をあげればOK
chmod 777 <実行ファイル>
フォルダの場合は
chmod -R 777 *
Go to list of users who liked
More than 5 years have passed since last update.
ローカルで実行したいファイルに権限をあげればOK
chmod 777 <実行ファイル>
フォルダの場合は
chmod -R 777 *
Register as a new user and use Qiita more conveniently
Go to list of users who liked