無料プランでできること

準備

要約

詳細手順

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

SSH経由での操作

clonegit clone [email protected]:teamsinspace/リポジトリ名.git

WindowsでのSSH鍵

intellijは使い物にならず。sshを入れて秘密鍵はMyDocumentフォルダに持ってきて以下のコマンドたたく

ssh -i c:\Users\xxx\Documents\bitbucket.txt [email protected]

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS