主页 > 编程资料 > GIT使用 >
发布时间:2017-02-06 作者:admin 阅读:194次

linux下终端输入

git config --global credential.helper store

window下

打开config文件

添加:

[credential]

     helper = store


关键字词: