bitbucket
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
-Attrassianが提供するgitリポジトリ
*無料プランでできること [#yf3586e4]
-5ユーザーまでであれば、非公開レポジトリの数は無制限
*OAuth接続確認 [#yb0d0480]
https://bitbucket.org/account/settings/app-authorizations/
どこもそうだがたどり着くのに一苦労
*準備 [#jd85027e]
**要約 [#ff140b41]
-公開鍵の作成は通常の手順
-ssh configはそれなりに特殊(同じユーザーだし)
**詳細手順 [#g38052b4]
-SSH公開鍵の登録
ssh-keygen -t rsa -C "for bitbucket myhome" -f ~/.ssh/id...
-bitbucketのコンソールにて、id_rsa.pubを登録
-ssh configに登録
# bit bucket
Host bitbucket.org
User git
Port 22
HostName bitbucket.org
TCPKeepAlive yes
IdentitiesOnly yes
IdentityFile ~/.ssh/bitbucket.ppk
# source treeなどでパスフレーズがあるとこけるので、KeyCh...
AddKeysToAgent yes
UseKeychain yes
-確認
ssh -T git@bitbucket
*SSH経由での操作 [#u958de65]
|clone| git clone
[email protected]
:teamsinspace/リポジト...
**WindowsでのSSH鍵 [#x5ba1b38]
intellijは使い物にならず。sshを入れて秘密鍵はMyDocumentフ...
ssh -i c:\Users\xxx\Documents\bitbucket.txt git@bitbucke...
*CircleCIとの連携 [#sf26a466]
終了行:
-Attrassianが提供するgitリポジトリ
*無料プランでできること [#yf3586e4]
-5ユーザーまでであれば、非公開レポジトリの数は無制限
*OAuth接続確認 [#yb0d0480]
https://bitbucket.org/account/settings/app-authorizations/
どこもそうだがたどり着くのに一苦労
*準備 [#jd85027e]
**要約 [#ff140b41]
-公開鍵の作成は通常の手順
-ssh configはそれなりに特殊(同じユーザーだし)
**詳細手順 [#g38052b4]
-SSH公開鍵の登録
ssh-keygen -t rsa -C "for bitbucket myhome" -f ~/.ssh/id...
-bitbucketのコンソールにて、id_rsa.pubを登録
-ssh configに登録
# bit bucket
Host bitbucket.org
User git
Port 22
HostName bitbucket.org
TCPKeepAlive yes
IdentitiesOnly yes
IdentityFile ~/.ssh/bitbucket.ppk
# source treeなどでパスフレーズがあるとこけるので、KeyCh...
AddKeysToAgent yes
UseKeychain yes
-確認
ssh -T git@bitbucket
*SSH経由での操作 [#u958de65]
|clone| git clone
[email protected]
:teamsinspace/リポジト...
**WindowsでのSSH鍵 [#x5ba1b38]
intellijは使い物にならず。sshを入れて秘密鍵はMyDocumentフ...
ssh -i c:\Users\xxx\Documents\bitbucket.txt git@bitbucke...
*CircleCIとの連携 [#sf26a466]
ページ名: