코딩/Error

Error: Gradle script '/home/runner/work/~' is not executable. 해결

eunslog 2023. 11. 1. 19:17

1. script에서 권한을 주는 방법

- name: Run chmod to make gradlew executable
  run: chmod +x ./gradlew

 

2. git 자체에서 권한 주는 방법

git update-index --chmod=+x gradlew