linux下终端输入
git config --global credential.helper store
window下
打开config文件
添加:
[credential]
helper = store
关键字词:
linux下终端输入
git config --global credential.helper store
window下
打开config文件
添加:
[credential]
helper = store