src-d / go-git

Project has been moved to: https://github.com/go-git/go-git
https://github.com/go-git/go-git
Apache License 2.0
4.91k stars 541 forks source link

Add support for credential helper #1224

Open klauern opened 4 years ago

klauern commented 4 years ago

Similar to #1101 , would it be possible to add support for the git credential fill|approve|reject helpers that are part of Git's porcelain commands?

I'm not sure what would be required. I've seen Keybase's go-keychain for macOS, but I'm not sure whether there's a cross-platform equivalent, or a way to leverage Git's built-in stuff.