Skip to content

Go implementation of a git custom credential helper using the standard unix password manager (pass) store

Notifications You must be signed in to change notification settings

uliss3s/git-credential-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-credential-pass

Go implementation of a git custom credential helper using the standard unix password manager (pass) store

Obs: This helper implements only the "get" operation.

Getting started


pass

Configure the Password Store in the following structure: hostname/username

Ex.:

pass insert local-gitlab.net/[email protected]
pass insert github.com/myusername

git

Configure .gitconfig. Ex.:

[credential "http://local-gitlab.net"]
    username = [email protected]
    helper = pass

[credential "https://github.com"]
    username = myusername
    helper = pass

Docs


Git Credentials: https://git-scm.com/docs/gitcredentials

Unix standard password manager: https://www.passwordstore.org/

About

Go implementation of a git custom credential helper using the standard unix password manager (pass) store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published