git-sync/cmd/git-sync
Karl Isenberg 93b8a38a92
Handle errors from credential refresh (v3)
Previously, errors from askpass and credential storage were being
ignored, causing git clone/fetch to later error with hard-to-read
errors.

Now the error indicates the credential refresh as the problem, and
either does not try to sync (if no creds) or tries to use previous creds
(if they were fetched at some point).
2023-07-28 12:58:16 -07:00
..
main.go Handle errors from credential refresh (v3) 2023-07-28 12:58:16 -07:00
main_test.go Allow quoted keys for --git-config 2022-11-19 13:50:34 -08:00