jtagcat / git-id

[WIP:PoC] Dumb git identity management, just works.
GNU General Public License v3.0
3 stars 0 forks source link

ways to git whoami? #4

Open jtagcat opened 2 years ago

jtagcat commented 2 years ago

(not git-id whoami, pretty much git-id status)

what's a read-only way to test identities? can we shove it in to tests?

atm only known is git push

cloning / pulling from private repos returns a bool (403 or 200)

jtagcat commented 2 years ago

scrubbing ssh logs for first 'attempting to auth with foo_rsa' might be an option

jtagcat commented 2 years ago
ssh -T git@github.com
jtagcat commented 2 years ago

Reopening for non-github generic verification

scrubbing ssh logs for first 'attempting to auth with foo_rsa' might be an option