LoginSignup
0
0

CodeCommit デフォルトプロファイルではないプロファイルでのHTTPS(GRC)でのリポジトリクローン

Posted at

プロファイル情報の一覧

aws configure list-profiles

CodeCommitリポジトリ一覧

 aws codecommit --region {リージョン名} list-repositories --profile {プロファイル名}

CodeCommit HTTPS(GRC)でのリポジトリクローン

git clone codecommit://{プロファイル名}@{リポジトリ名} {クローン先ディレクトリパス}
eg)  git clone codecommit://hogehoge@fugafuga (クローン先ディレクトリパスは省略可能、カレントディレクトリにクローン)
0
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
0
0