-Attrassianが提供するgitリポジトリ

*無料プランでできること [#yf3586e4]

-5ユーザーまでであれば、非公開レポジトリの数は無制限

*準備 [#jd85027e]

-SSH公開鍵の登録

 ssh-keygen -t rsa -C "for bitbucket"
 ssh-keygen -t rsa -C "for bitbucket myhome" -f ~/.ssh/id_bitbucket

-id_rsa.pubを登録

-ssh configに登録
 Host bitbucket
    User git
    Port 22
    HostName bitbucket.org
    identityFile ~/.ssh/id_bitbucket
    TCPKeepAlive yes
    IdentitiesOnly yes

ssh -T bitbucket


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