Git mengkloning kunci ssh yang berbeda

ssh-agent bash -c 'ssh-add /somewhere/yourkey; git clone [email protected]:user/project.git'
Busy Boar