ssh-keygen -t rsa -C "for bitbucket myhome" -f ~/.ssh/id_bitbucket
# bit bucket Host bitbucket.org User git Port 22 HostName bitbucket.org TCPKeepAlive yes IdentitiesOnly yes IdentityFile ~/.ssh/bitbucket.ppk
ssh -T git@bitbucket
clone | git clone [email protected]:teamsinspace/リポジトリ名.git |
intellijは使い物にならず。sshを入れて秘密鍵はMyDocumentフォルダに持ってきて以下のコマンドたたく。現実的なソリューションはgitとopensshいれたcygwinという
ssh -i c:\Users\xxx\Documents\bitbucket.txt [email protected]