git 自动保存密码配置

路径

C:\Users\liyh\.gitconfig

内容

[user]
    name = liyh
    email = liyh@toutiao.cn
[credential]
    helper = manager
[url "https://"]
    insteadOf = git://

 

posted @ 2020-09-30 16:21  冬马党  阅读(563)  评论(0编辑  收藏  举报