Closed
Description
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
.