# Installer git-remote-codecommit avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-remote-codecommit pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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

## Faits du paquet

- **Clé du paquet:** brew:git-remote-codecommit
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/git-remote-codecommit>
- **Version:** 1.17
- **Résumé source:** Git Remote Helper to interact with AWS CodeCommit
- **Page d'accueil:** <https://github.com/aws/git-remote-codecommit>
- **Dépôt:** <https://github.com/aws/git-remote-codecommit>
- **Licence:** Apache-2.0
- **Archive source:** <https://files.pythonhosted.org/packages/6c/a0/feb4dfa42e8cb1a0bd91667233254e49696cf6618f51ad5629f6efd89dae/git-remote-codecommit-1.17.tar.gz>
- **Dernière mise à jour:** 2026-05-13T10:41:53Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- git-remote-codecommit (cli)
- git-remote-codecommit (alias)

## Dépendances

- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.17
- gestionnaire mis à jour: 2026-05-13
- données locales: OK
- dépôt amont: https://github.com/aws/git-remote-codecommit
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

- <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/>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour git-remote-codecommit. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** git-remote-codecommit
- **Version Scheme:** 0
- **Revision:** 7
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Cloud CLI packages](https://pkg.so/fr/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [git-cinnabar](https://pkg.so/fr/brew/git-cinnabar/) - Shares pkgdb curated category or tags: cli, developer-tools, git, remote-helper.
- [gh](https://pkg.so/fr/brew/gh/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [libgit2](https://pkg.so/fr/brew/libgit2/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [glab](https://pkg.so/fr/brew/glab/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-lfs](https://pkg.so/fr/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [lazygit](https://pkg.so/fr/brew/lazygit/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [bat](https://pkg.so/fr/brew/bat/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-filter-repo](https://pkg.so/fr/brew/git-filter-repo/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-big-picture](https://pkg.so/fr/brew/git-big-picture/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, git, python.
- [git-delete-merged-branches](https://pkg.so/fr/brew/git-delete-merged-branches/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, git, python.

## 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)


## Sources

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