On github, I forked an old version of another project. I made some changes and am trying to push them onto my fork on github. I commited the changes locally, then tried git
In recent git version have to configer user details git config -g user.name "name"
git config -g user.email "ab@mil.com"
This resolved my problem