how to add username and password to git after two factor authentication code example
Example: add credentials to git
git config user.name "your username"
git config user.password "your password"
git config user.name "your username"
git config user.password "your password"