{"id":18677336,"url":"https://github.com/dependabot/git-shim","last_synced_at":"2025-04-12T02:38:39.624Z","repository":{"id":40280474,"uuid":"507423060","full_name":"dependabot/git-shim","owner":"dependabot","description":"git https shim","archived":false,"fork":false,"pushed_at":"2024-06-16T16:30:49.000Z","size":47,"stargazers_count":22,"open_issues_count":2,"forks_count":6,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-12T02:38:31.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dependabot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-25T21:45:09.000Z","updated_at":"2025-04-04T04:01:13.000Z","dependencies_parsed_at":"2024-06-20T19:15:35.322Z","dependency_job_id":null,"html_url":"https://github.com/dependabot/git-shim","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.2592592592592593,"last_synced_commit":"3f2d57d96fef2b716c511fe7e9df24b39e02a322"},"previous_names":["jakecoffman/git","dependabot/git"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dependabot%2Fgit-shim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dependabot%2Fgit-shim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dependabot%2Fgit-shim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dependabot%2Fgit-shim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dependabot","download_url":"https://codeload.github.com/dependabot/git-shim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507160,"owners_count":21115546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T09:33:31.189Z","updated_at":"2025-04-12T02:38:39.600Z","avatar_url":"https://github.com/dependabot.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git https shim\n\nThis git shim replaces any URL or SCP-style URL as an argument to git with an HTTPS URL.\n\nThis is useful in a corporate environment where an HTTP Proxy is used. You could use the command `git config --global url.\"https://\".insteadOf git://` but that doesn't work for SCP-style style URLs: `git@github.com:org/repo.git` due to the colon `:`.\n\nHow does it work? You place this git shim on your path before the actual git. When it runs, it finds arguments and replaces them, and then invokes the next git on the path with the scrubbed arguments.\n\n## Installation\n\n### Prebuilt\n\n- Go to the latest [Release](https://github.com/dependabot/git/releases)\n- Download the binary for your device\n- Unarchive and place the binary somewhere accessable like `~/bin`\n- Edit your PATH environment variable to place `~/bin` before where `git` is installed, like `PATH=$HOME/bin:/usr/bin`.\n- Restart your terminal\n\n### From Source\n\nWith Go installed, ensure Go's bin path is on the $PATH environment variable before `git` and run:\n\n```\ngo install github.com/dependabot/git@latest\n```\n\nYou may need to restart your terminal, or `source` on your .*rc/profile.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdependabot%2Fgit-shim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdependabot%2Fgit-shim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdependabot%2Fgit-shim/lists"}