Skip to content

Allow process-specific Git config with "-c" arguments. #452

Closed
@derrickstolee

Description

@derrickstolee

See git-ecosystem/git-credential-manager#190 for some context.

To solve the problem, we could allow users to specify config the way they could with Git, using scalar [-c config=value] <verb> and having those arguments pass down into all Git commands. The distance between those two steps is a bit tricky, but perhaps there is a way to do it simply.

The other option would be to do one-off options like scalar clone <url> --access-token "***" for this specific credential issue.

At minimum, the root problem that needs to be solved is: allow a user to specify custom credentials during scalar clone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    no-activityStale issue or PR that will be automatically closed soon.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions