Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.

License

NotificationsYou must be signed in to change notification settings

git-ecosystem/git-credential-manager

Repository files navigation

Build Status


Git Credential Manager (GCM) is a secureGit credential helper built on.NET that runson Windows, macOS, and Linux. It aims to provide a consistent and secureauthentication experience, including multi-factor auth, to every major sourcecontrol hosting service and platform.

GCM supports (in alphabetical order)Azure DevOps, Azure DevOpsServer (formerly Team Foundation Server), Bitbucket, GitHub, and GitLab.Compare to Git'sbuilt-in credential helpers(Windows: wincred, macOS: osxkeychain, Linux: gnome-keyring/libsecret), whichprovide single-factor authentication support for username/password only.

GCM replaces both the .NET Framework-basedGit Credential Manager for Windows and the Java-basedGit Credential Manager for Mac and Linux.

Install

See theinstallation instructions for the current version of GCM forinstall options for your operating system.

Current status

Git Credential Manager is currently available for Windows, macOS, and Linux*.GCM only works with HTTP(S) remotes; you can still use Git with SSH:

FeatureWindowsmacOSLinux*
Installer/uninstaller
Secure platform credential storage(see more)
Multi-factor authentication support for Azure DevOps
Two-factor authentication support for GitHub
Two-factor authentication support for Bitbucket
Two-factor authentication support for GitLab
Windows Integrated Authentication (NTLM/Kerberos) supportN/AN/A
Basic HTTP authentication support
Proxy support
amd64 support
x86 supportN/A
arm64 supportbest effort
armhf supportN/AN/A

(*) GCM guarantees support only forthe Linux distributions that are officiallysupported by dotnet.

Supported Git versions

Git Credential Manager tries to be compatible with the broadest set of Gitversions (within reason). However there are some know problematic releases ofGit that are not compatible.

  • Git 1.x

    The initial major version of Git is not supported or tested with GCM.

  • Git 2.26.2

    This version of Git introduced a breaking change with parsing credentialconfiguration that GCM relies on. This issue was fixed in commit12294990 of the Git project, and released in Git2.27.0.

How to use

Once it's installed and configured, Git Credential Manager is called implicitlyby Git. You don't have to do anything special, and GCM isn't intended to becalled directly by the user. For example, when pushing (git push) toAzure DevOps,Bitbucket, orGitHub, awindow will automatically open and walk you through the sign-in process. (Thisprocess will look slightly different for each Git host, and even in some cases,whether you've connected to an on-premises or cloud-hosted Git host.) Later Gitcommands in the same repository will re-use existing credentials or tokens thatGCM has stored for as long as they're valid.

Read full command line usagehere.

Configuring a proxy

See detailed informationhere.

Additional Resources

See thedocumentation index for links to additional resources.

Experimental Features

Future features

Curious about what's coming next in the GCM project? Take a look at theprojectroadmap! You can find more details about the construction of theroadmap and how to interpret ithere.

Contributing

This project welcomes contributions and suggestions.See thecontributing guide to get started.

This project followsGitHub's Open Source Code of Conduct.

License

We'reMIT licensed.When using GitHub logos, please be sure to follow theGitHub logo guidelines.

About

Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp