Gitolite 두개의 pub key 사용하기
gitolite 사용시 한명의 사용자가 2개의 machine 에서 로그인이 필요할 경우가 있습니다.
user id 가 다르다면 문제 없겠지만 같을 경우 두개의 pub key 의 이름이 같아 gitolite 에 추가가 불가능합니다.
이때는 pub key 의 file name 을 아래와 같은 형식으로 keys folder 에 저장하고
userid@pc1.pub
userid@pc2.pub
gitolite.conf 파일에서는 userid 의 permission 을 추가해 주면 됩니다.
RW+ = userid
client 에서는 한개의 key 를 사용할 때와 달라지는 점이 없이 사용이 가능합니다.
관련글 :
출처 : http://sitaramc.github.com/gitolite/users.html#multi-key
android repo 명령어 down 받는 방법 및 source sync 방법 (1) | 2013.01.26 |
---|---|
repo 명령어 (command) 설명 init sync diff prune forall upload download start status (1) | 2012.12.12 |
git detached HEAD 상태로 커밋이 사라지는 경우 (0) | 2012.12.09 |
git rebase / git merge 차이점과 사용시기 (0) | 2012.12.01 |
git rebase 명령어 중 유용한 옵션 option --onto (0) | 2012.11.30 |