git修改本地账号信息

使用别的账号在码云上下载代码后,git本地的配置信息被修改了。





查看指令:

git config --global user.name
git config --global user.email

修改信息:

git config --global user.name "你的用户名"
git config --global user.email "你的邮箱"


python
超级管理员 2024年4月7日
分析这篇文章

存档
登录 留下评论
安装依赖库报错 Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools