gpt4 book ai didi

git - 如何使用自己的身份信息进行git commit

转载 作者:太空狗 更新时间:2023-10-29 14:31:56 25 4
gpt4 key购买 nike

今天我尝试从源存储库 ( https://github.com/donhuvy/spring-boot/ ) 同步分支存储库 ( https://github.com/spring-projects/spring-boot )。

cd /d Desktop
git clone https://github.com/donhuvy/spring-boot.git
cd spring-boot
git remote add upstream https://github.com/spring-projects/spring-boot.git
git fetch upstream
git checkout master
git merge upstream/master
git push

然后我在Windows pop 对话框中输入我的用户名,密码,稍等片刻,Git提示成功。这是我的具体提交:https://github.com/donhuvy/spring-boot/commit/e62da83292c69aa97bbe9135ff337a11f8b87bb8

我在 Windows 操作系统 (Git 2.8.3.windows.1) 中使用 git 命令。

cmd 问我用户名和密码,我在将源代码推送到我自己的 fork 存储库之前输入它。但是我的帐户没有显示为 committer,它显示的是计算机名称 (DCV),不是我的名字/我的 Github 帐户 (donhuvy)。我如何做我想做的事(对于 Windows GUI,我更喜欢使用命令行而不是 GitHub 桌面)?

enter image description here

enter image description here

最佳答案

在 Windows 上,您可以采用以下两种方式之一:

安装 GitHub desktop并登录到你的github账户

git config --global user.name "<your github username>"
git config --global user.email <github email>

关于git - 如何使用自己的身份信息进行git commit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37516604/

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