在.git/config里加了
[credential]
helper = store
无效,鉴于这台电脑不会被别人使用,决定采用明文的方式去储存用户名及密码
参考:
综上所述,只要把 [remote "origin"]
里的url改成
url = http://用户名:密码@git.ppdaicorp.com/ncb/Web.Loan.App.git
在.git/config里加了
[credential]
helper = store
无效,鉴于这台电脑不会被别人使用,决定采用明文的方式去储存用户名及密码
参考:
综上所述,只要把 [remote "origin"]
里的url改成
url = http://用户名:密码@git.ppdaicorp.com/ncb/Web.Loan.App.git
本文标题:git提交代码免登陆
本文链接:https://www.haomeiwen.com/subject/ykjcgftx.html
网友评论