git clone할 때, yes/no 질문을 물어보지 않도록 설정할 수 있다.
$ git clone http://github.com/afasdfas
Are you sure you want to continue connecting (yes/no)?
~/.ssh/config에 다음 내용을 추가한다. ansible이나 capistano에서 적절히 스크립트로 만든다.
Host github.com
StrictHostKeyChecking no
그리고 다시 git clone하면 잘 동작한다.
$ git clone http://github.com/afasdfas
....
'Tool' 카테고리의 다른 글
에러를 저장하는 sentry 설정. (0) | 2017.04.10 |
---|---|
gradle 3.0과 intellij scala plugin 이슈 처리 방법 (0) | 2017.04.06 |
[git] 모든 branch (hotfix, feature, branch) 지우기 (0) | 2017.01.03 |
[구글 크롬 브라우져] 단축키 (0) | 2016.06.25 |
[ivy] 내부 파일 캐시(xml, xml.original, properties) (0) | 2016.06.13 |