git遇到的问题

2018-03-28  本文已影响0人  爱祖国

查看用户名和邮箱地址:
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

上一篇 下一篇

猜你喜欢

热点阅读