Skip to content

Ship our own credential helper on Linux #47

@gaborcsardi

Description

@gaborcsardi

This is tricky for many reasons:

  • should the credential helper call R? That is messy and not super reliable. Or should it be a standalone binary? That seems like a better option.
  • how should be actually store credentials. We need to look at what gh does Linux. It apparently installs its own handler and stores credentials internally:
    root@99340efa4c28:~# cat .gitconfig
    [credential "https://github.com"]
        helper =
        helper = !/usr/bin/gh auth git-credential
    [credential "https://gist.github.com"]
        helper =
        helper = !/usr/bin/gh auth git-credential
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions