查看用户名和邮箱地址:
git config user.name
git config user.email
修改用户名和邮箱地址:
git config --global user.name "username"
git config --global user.email "email"
首先查看你项目的clone地址是什么方式,命令如下:
git remote -v
切换项目地址
git remote set-url origin https://ftgit.yonyou.com/zhoujuanb/hrwrap.git
2.使用git 出现Another git process seems to be running in this repository…
https://blog.csdn.net/lihchweb/article/details/74352054
网友评论