🍺 BREW Explorer

← all formulae

git-remote-codecommit

brew install git-remote-codecommit v1.17_7 Apache-2.0

Git Remote Helper to interact with AWS CodeCommit

197
30-day installs · #2632
565
90-day · #2765
2.6k
365-day · #2524
291
★ GitHub stars · updated 2y ago

Runtime dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "python@3.14"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Git Remote Helper to interact with AWS CodeCommit",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:05+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "git-remote-codecommit",
  "github_default_branch": "master",
  "github_last_commit_at": "2023-08-25T20:35:51Z",
  "github_readme_excerpt": "git-remote-codecommit\n=====================\n\nThis package provides a simple method for pushing and pulling from `AWS\nCodeCommit \u003chttps://aws.amazon.com/codecommit/\u003e`__. This package extends `git\n\u003chttps://git-scm.com/\u003e`__ to support repository URLs prefixed with\n**codecommit://**. For example, if using IAM...\n\n::\n\n  % cat ~/.aws/config\n  [profile demo-profile]\n  region = us-east-2\n  output = json\n\n  % cat ~/.aws/credentials\n  [demo-profile]\n  aws_access_key_id = AKIAIOSFODNN7EXAMPLE\n  aws_secret_access_key = wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY\n\n... you can clone repositories as simply as...\n\n::\n\n  % git clone codecommit://demo-profile@MyRepositoryName\n\nThe *git-remote-codecommit* package works on Python versions:\n\n* 3.8.x\n* 3.9.x\n* 3.10.x\n* 3.11.x\n\nPrerequisites\n=============\n\nBefore you can use *git-remote-codecommit*, you must:\n\n* Complete initial configuration for AWS CodeCommit, including:\n\n  * Creating an AWS account\n  * Configuring an IAM user or role\n  * `Attaching a policy to that user/role that allows access to AWS CodeCommit repositories \u003chttps://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#managed-policies\u003e`__\n\n* Create an AWS CodeCommit repository (or have one already) in your AWS account.\n* Install Python and its package manager, pip, if they are not already installed. To download and install the latest version of Python, `visit the Python website \u003chttps://www.python.org/\u003e`__.\n* Install Git on your Linux, macOS, Windows, or Unix computer.\n* Install the latest version of the AWS CLI on your Linux, macOS, Windows, or Unix computer. You can find instructions `here \u003chttps://docs.aws.amazon.com/cli/latest/userguide/installing.html\u003e`__.\n\nNote: Installation of the AWS CLI on some operating systems requires pip version 9.0.3 or later. To check your version of pip, open a terminal and type the following command:\n\n::\n\n  % pip --version\n\nIf the version is not 9.0.3 or later, run the following co",
  "github_repo": "aws/git-remote-codecommit",
  "github_stars": 291,
  "github_topics": [],
  "homepage": "https://github.com/aws/git-remote-codecommit",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 197,
  "installs_365d": 2648,
  "installs_90d": 565,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "git-remote-codecommit",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2632,
  "rank_365d": 2524,
  "rank_90d": 2765,
  "raw_hash": "3b31d7127202f64e",
  "recommended_dependencies": [],
  "revision": 7,
  "ruby_source_path": "Formula/g/git-remote-codecommit.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.17",
  "versioned_formulae": [],
  "why_use_this": null
}