깃허브 계정을 여러개 만들어 줍니다
cd ~/.ssh ssh-keygen -t rsa -C '깃허브이메일계정'
# 여러분이 만들 rsa 이름 입력 - 보통 id_이름_rsa Generating public/private rsa key pair. Enter file in which to save the key (...): id_이름_rsa
pbcopy < ~/.ssh/id_이름_rsa.pub