cannot push to github: everything up-to-date

后端 未结 5 2049
被撕碎了的回忆
被撕碎了的回忆 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:37

    Not sure why people are down voting the guy with the correct answer. For me adding my email and name did resolve the issue. Although the commands are not correct.

    git config --global user.email "you@example.com"
    git config --global user.name "Your Name"
    

提交回复
热议问题