使用别的账号在码云上下载代码后,git本地的配置信息被修改了。
查看指令:
git config --global user.name
git config --global user.email
修改信息:
git config --global user.name "你的用户名" git config --global user.email "你的邮箱"
git修改本地账号信息