Cant push to git? Maybe you need this…

If you cant push to GIT, it may be something as simple as configuring your git settings. You can do the following by typing these commands in git bash:

git config --global user.name "Your name here"
git config --global user.email your.email.here@yourmail.com


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *