4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

MacでSourcetreeを使う

Posted at

AWSのCodeCommitの設定が、SwichRole使うようになっていたので、
その設定方法のメモ

前提

gitでCloneができている状態(aws configureの設定が終わっている状態)

リポジトリ登録

SourceTreeを開いて、Cloneしたフォルダをドラッグ&ドロップ

image.png

フォルダが表示されるのでダブルクリックで開く

Gitの設定

リポジトリ -> リポジトリの設定
image.png

リモートタブ -> Configファイルを編集...
image.png

以下、追加

[credential]
    helper = /opt/homebrew/bin/aws --profile (プロファイル名) codecommit credential-helper $@
    UseHttpPath = true

プロファイル名は、aws configureで設定したプロファイル名
awsのパスですが、ターミナルで、which awsを実行して出てきたパスを書きます。

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?