Your cart is currently empty!
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
by
Tags:
Leave a Reply