Git修改提交的用户名和Email

    技术2022-05-20  41

    Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly:     git config --global user.name "Your Name"     git config --global user.email you@example.com If the identity used for this commit is wrong, you can fix it with:     git commit --amend --author='Your Name <you@example.com>'


    最新回复(0)