Managing
- two github.com accounts with two tokens
- on the same MacOS
- using the same protocol HTTPS
is a huge pain unless
you configure:
[credential]
helper = osxkeychain
useHttpPath = true
in your ~/.gitconfig file as mentioned in this stackoverflow question

