git 存储用户名密码
首先我们找到用户目录(C:\Users\用户)下的.gitconfig打开它
[credential]
helper = store
[user]
name = test
email = test
password = 1qaz2wsx
主要是配置helper及user
如果我的文章对你有帮助,就点一下推荐吧.(*^__^*)
首先我们找到用户目录(C:\Users\用户)下的.gitconfig打开它
[credential]
helper = store
[user]
name = test
email = test
password = 1qaz2wsx
主要是配置helper及user