Joonas' Note
목록2024/09/12 (1)
Joonas' Note
git hook 설정할 때 scp connection 오류 해결법
gerrit 을 사용한다면 git clone 후에 scp 로 훅을 아래와 같이 설정할 것이다.$ scp -p -P 29418 username@gerrit.example.com:hooks/commit-msg .git/hooks참고로 29418번 포트는 gerrit 포트 기본값이다. Gerrit Code Review - Uploading ChangesAs Gerrit implements the entire SSH and Git server stack within its own process space, Gerrit maintains complete control over how the repository is updated, and what responses are sent to the git push cl..
개발
2024. 9. 12. 19:55