美文网首页
git设置远程库的用户名和密码

git设置远程库的用户名和密码

作者: marshalzxy | 来源:发表于2017-08-29 18:48 被阅读586次

    1、查看远程库

    Git remote -v

    2 设置git远程库的用户名密码

    Git remote set-url http://username:passwd@10.74.120.140:3000/cb/ks.git

    相关文章

      网友评论

          本文标题:git设置远程库的用户名和密码

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