# git-remote-codecommit を Homebrew, Nix でインストール

git-remote-codecommit のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:git-remote-codecommit
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install git-remote-codecommit
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-remote-codecommit
```

  証拠: nixpkgs package indexes: pkgs/by-name/gi/git-remote-codecommit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:git-remote-codecommit
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.17
- **ソース概要:** Git Remote Helper to interact with AWS CodeCommit
- **ホームページ:** <https://github.com/aws/git-remote-codecommit>
- **リポジトリ:** <https://github.com/aws/git-remote-codecommit>
- **最終更新:** 2026-05-13T10:41:53Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- git-remote-codecommit (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.17
## プロジェクトの歴史と使われ方

git-remote-codecommit is Amazon Web Services' Git remote helper for AWS CodeCommit, adding codecommit:// URL handling so Git can push to and pull from CodeCommit repositories through AWS credential profiles.

### プロジェクトの歴史

The repository began in March 2018 with AWS template files and README setup instructions. Tagged releases began with 1.0 in January 2020, and the package metadata identifies Amazon Web Services as the author with an Apache-2.0 license and a Python console entry point named git-remote-codecommit.

The README and AWS User Guide position the helper as a way to avoid separate Git credential setup, especially for federated access, temporary credentials, root-account access, IAM Identity Center, and IAM users configured through the AWS CLI.

### 採用の歴史

The helper matters because CodeCommit used AWS IAM rather than the username/password or SSH-key flows common on public Git forges. Official AWS documentation recommends git-remote-codecommit for federated, identity-provider, and temporary-credential workflows, while package-manager metadata shows Homebrew and Nix distribution beyond pip.

### 使われ方

Practitioners configure AWS CLI profiles in ~/.aws/config and ~/.aws/credentials, install the Python package, then clone repositories with URLs such as codecommit://profile@RepositoryName or codecommit::region://profile@RepositoryName. Git invokes the remote helper through its remote-helper mechanism when it sees that URL scheme.

The tool is used in developer workstations, CI jobs, and temporary-credential environments where CodeCommit access needs to follow AWS IAM role or profile resolution rather than static Git credentials.

### パッケージ好きにとっての重要性

git-remote-codecommit is a vendor-maintained example of Git's remote-helper extension model packaged as a Python console script and redistributed by OS package managers. It bridges Git's transport abstraction with AWS's credential chain, making it significant to users who care about package-managed integrations between generic developer tools and cloud identity systems.

### タイムライン

- 2018: Repository initialized by AWS.
- 2020: 1.0 tag published.
- 2020: 1.15.1 tag published after early 1.x releases.
- 2021: 1.16 tag published.
- 2023: 1.17 tag published.

### Related projects

- AWS CodeCommit is the hosted Git service the helper connects to.
- AWS CLI and botocore provide credential and region resolution for the helper.
- Git's remote-helper protocol is the extension point that makes the codecommit:// URL scheme work.

### ソース

- <https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-git-remote-codecommit.html>
- <https://github.com/aws/git-remote-codecommit>
- <https://github.com/aws/git-remote-codecommit#readme>
- <https://pypi.org/project/git-remote-codecommit/>


## セキュリティノート

git-remote-codecommit に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.aws/config

## Credential files

- Unix: ~/.aws/credentials
## 他のパッケージマネージャ記録

- Nix - git-remote-codecommit: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-remote-codecommit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/git-remote-codecommit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-remote-codecommit.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
