美文网首页
git遇到的问题

git遇到的问题

作者: 爱祖国 | 来源:发表于2018-03-28 10:55 被阅读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

    相关文章

      网友评论

          本文标题:git遇到的问题

          本文链接:https://www.haomeiwen.com/subject/iahycftx.html