gpt4 book ai didi

git - 获取 git 用户名以链接到个人资料

转载 作者:太空狗 更新时间:2023-10-29 14:28:30 34 4
gpt4 key购买 nike

当用户提交到存储库时,我通常会看到

“git commit message”[用户名]

[用户名] 通常链接到该人的 github 个人资料

当我这样做时,我的用户名就是我在计算机上的用户名。

如何让它成为我的 github 用户名。

最佳答案

您需要correctly setup your Git configuration因此电子邮件与与您的 GitHub 帐户关联的电子邮件相匹配:

Set your username and email. Git tracks who makes each commit by checking the user’s name and email. In addition, we use this info to associate your commits with your GitHub account. To set these, enter the code below, replacing the name and email with your own. The name should be your actual name, not your GitHub username.

$ git config --global user.name "Firstname Lastname"
$ git config --global user.email "your_email@youremail.com"

关于git - 获取 git 用户名以链接到个人资料,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9287911/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com