git存储用户名与密码

    xiaoxiao2021-03-25  175

    linux

    永久保存

    git config --global credential.helper cache

    指定保存时间

    git config --global credential.helper "cache --timeout=3600"

    windows

    git config --global credential.helper winstore

    或者修改配置文件加入下面的代码

    [credential] helper = winstore
    转载请注明原文地址: https://ju.6miu.com/read-1786.html

    最新回复(0)