1
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.

CodeCommitのCloneでプロファイルを指定するには

Last updated at Posted at 2023-03-16

何の記事?

CodeCommitのリポジトリをCloneしようとしたら、別アカウントにある同じ名前のリポジトリのものが取れてしまったので、その解決法の共有兼備忘録

前提

・Windows
・CLIで複数のプロファイルを使用
・複数のプロファイルでCodeCommitを利用
・同じ名前のリポジトリがある (そもそもこれしなければいいだけ)

解決法

git-remote-codecommit を使ってプロファイルを指定する

コマンド

インストール

pip install git-remote-codecommit

Clone

git clone codecommit://ProfileName@RepoName

プロファイル名とリポジトリ名は自環境に合わせてください

まとめ

・プロファイルを指定する時はgit-remote-codecommitを使う
・そもそもリポジトリ名は一意にする

参考

1
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
1
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?