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
Leave a Reply