AWSのCodeCommitの設定が、SwichRole使うようになっていたので、
その設定方法のメモ
前提
gitでCloneができている状態(aws configureの設定が終わっている状態)
リポジトリ登録
SourceTreeを開いて、Cloneしたフォルダをドラッグ&ドロップ
フォルダが表示されるのでダブルクリックで開く
Gitの設定
以下、追加
[credential]
helper = /opt/homebrew/bin/aws --profile (プロファイル名) codecommit credential-helper $@
UseHttpPath = true
プロファイル名は、aws configureで設定したプロファイル名
awsのパスですが、ターミナルで、which aws
を実行して出てきたパスを書きます。