無料プランでできること

OAuth接続確認

https://bitbucket.org/account/settings/app-authorizations/

どこもそうだがたどり着くのに一苦労

準備

要約

詳細手順

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
# source treeなどでパスフレーズがあるとこけるので、KeyChainに記憶させる。
AddKeysToAgent yes
UseKeychain yes
ssh -T git@bitbucket

SSH経由での操作

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

WindowsでのSSH鍵

intellijは使い物にならず。sshを入れて秘密鍵はMyDocumentフォルダに持ってきて以下のコマンドたたく。現実的なソリューションはgitとopensshいれたcygwinという

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

CircleCIとの連携


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-10-14 (金) 13:16:52