Recently installed a new app and I started getting popups constantly for git asking me to select a username. Finally figured out that if I set the default username for git credential manager for https, this goes away. #TMYK
git config --global credential.https://github.com.username <YOUR_USERNAME>