please configure git username and password code example
Example: git config username and password global
git config --global user.name "fname lname"
git config --global user.email "[email protected]"
git config --global user.password "secret"
git config --global user.name "fname lname"
git config --global user.email "[email protected]"
git config --global user.password "secret"