cannot push to github: everything up-to-date

后端 未结 5 2027
被撕碎了的回忆
被撕碎了的回忆 2020-12-28 16:16

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

5条回答
  •  生来不讨喜
    2020-12-28 16:55

    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

提交回复
热议问题