일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- testing
- githook
- Svelte LifeCycle
- mock
- IAC
- go
- golang
- GraphQL
- svelte
- cron
- 도커컨테이너
- TypeScript
- JavaScript
- Terraform
- smui
- reactjs
- PostgreSQL
- nestjs
- :=
- docker
- docker-network
- GIT
- onDestory
- 도커
- bitwiseNot
- ...$$restProps
- apiTest
- 인라인핸들러
- 번역
- react
Archives
- Today
- Total
Den`s blog
githook 실행 오류 (not set as executable) 본문
반응형
gitHook 실행 오류
githook 을 처음에 설정하다보면 아래와 같은 메시지를 볼 경우가 있다.
hint: The '.git/hooks/pre-commit' hook was ignored because it's not set as executable.
hint: You can disable this warning with \`git config advice.ignoredHook false\`.
실행할 수 없다는 것인데, 이는 권한부여를 해주면 된다.
아래 명령을 입력해주자.
chmod ug+x .git/hooks/\*
728x90
반응형
'Git' 카테고리의 다른 글
Git오류 -> remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. (0) | 2021.08.14 |
---|---|
Git Fork 해서 작업해보기 (0) | 2021.08.10 |
Git 에 잘못올린 .idea 파일 등 지우기 (0) | 2021.08.06 |
xcrun: error: invalid active developer path 에러해결 (0) | 2021.02.07 |
저장소 Language 변경하기 (0) | 2021.01.31 |
Comments