How to use git (git config --global)?

后端 未结 4 1957
滥情空心
滥情空心 2021-02-06 21:25

The Pragmatic Guide to GIT has the following \"Git uses both to calculate the commit ID—a SHA-111 hash—that identifies each commit.\" in page 21.

And in page 22, I can u

4条回答
  •  北海茫月
    2021-02-06 22:19

    A simple answer to this question/problem is that do not replace "user.name" with your actual git username leave the user.name as it is the command needs to be:

    git config --global user.name "Your Name here only"
    

提交回复
热议问题