编辑git文件

进入git项目根目录
1、linux : vi .git/config 于文件末尾添加内容,并保存

[credential]       
    helper = store 

拉取或提交过一次代码后,会自动保存密码~

Logo

更多推荐