단서해
개발일지
단서해
전체 방문자
오늘
어제
  • 분류 전체보기 (29)
    • Project (5)
    • JAVA (2)
    • Server (11)
      • Info (4)
      • 작동 원리 예상 (4)
      • Question (1)
      • JPA (1)
    • Infra (2)
    • Trouble Shooting (8)

블로그 메뉴

  • 홈
  • 글쓰기
  • 관리

공지사항

인기 글

태그

  • gradle-wrapper.properties
  • yml
  • pinpoint
  • docker
  • gradle
  • 분산락
  • @Component scan
  • thymeleaf
  • OAuth2.0
  • Reflection
  • JPA
  • 동시성
  • Github Actions
  • 비동기
  • 무중단 배포
  • 트랜잭션
  • 성능 개선
  • gradlew
  • enhanced for
  • REQUIRES_NEW
  • Intellij
  • Java
  • CodeDeploy
  • Spring
  • flutter
  • 파일 경로
  • Fileter
  • @configuration
  • Lettuce
  • error

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
단서해

개발일지

[Github Actions] Error Gradle Script ‘/Home/Runner/Work/*/Gradlew’ Is Not Executable 발생.
Trouble Shooting

[Github Actions] Error Gradle Script ‘/Home/Runner/Work/*/Gradlew’ Is Not Executable 발생.

2022. 8. 17. 11:06

문제


Github Actions 을 사용하여 ci/cd 에 대해 공부하던 중 아래와 같은 에러가 발생하였다.

 

 

해결


나의 경우 gradlew 의 실행 권한을 설정해주지 않았기 때문에 발생한 문제였다.

 

git update-index --chmod=+x gradlew

 

위의 명령어를 입력후에 commit 후 github 로 push 해주면 해당 문제가 해결된다.

 

 

 

 

 

참조 - https://spacetech.dk/error-gradle-script-home-runner-work-gradlew-is-not-executable.html
저작자표시 (새창열림)

'Trouble Shooting' 카테고리의 다른 글

[Github Actions] Error: Gradle script '/home/runner/work/@@@/@@@/gradlew' is not executable.  (0) 2022.09.18
[Github Actions] Error: Cannot locate a Gradle wrapper properties file at '/home/runner/work/@@@/@@@/gradle/wrapper/gradle-wrapper.properties'. Specify 'gradle-version' or 'gradle-executable' for projects without Gradle wrapper configured. 에러.  (0) 2022.09.18
[Spring] JPA 로 Table 생성시 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near... 예외  (0) 2022.09.15
[Flutter] Flutter 설치 중 android sdkmanager not found 에러  (0) 2022.08.11
[Spring] ec2로 서버 배포 중 발생한 thymeleaf 에러(Error resolving template)  (0) 2022.08.02
    'Trouble Shooting' 카테고리의 다른 글
    • [Github Actions] Error: Cannot locate a Gradle wrapper properties file at '/home/runner/work/@@@/@@@/gradle/wrapper/gradle-wrapper.properties'. Specify 'gradle-version' or 'gradle-executable' for projects without Gradle wrapper configured. 에러.
    • [Spring] JPA 로 Table 생성시 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near... 예외
    • [Flutter] Flutter 설치 중 android sdkmanager not found 에러
    • [Spring] ec2로 서버 배포 중 발생한 thymeleaf 에러(Error resolving template)
    단서해
    단서해

    티스토리툴바