일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- :=
- bitwiseNot
- go
- nestjs
- 도커컨테이너
- PostgreSQL
- cron
- docker
- apiTest
- react
- TypeScript
- golang
- JavaScript
- GIT
- reactjs
- smui
- svelte
- 번역
- IAC
- ...$$restProps
- 도커
- githook
- 인라인핸들러
- testing
- Svelte LifeCycle
- onDestory
- docker-network
- mock
- Terraform
- GraphQL
Archives
- Today
- Total
목록githook (1)
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/\*
Git
2022. 5. 20. 19:59