1. linux git 保存用户名密码
参考地址: https://stackoverflow.com/questions/35942754/how-can-i-save-username-and-password-in-git
git config --global credential.helper store
标签:git,helper,保存,密码,用户名,linux
From: https://www.cnblogs.com/whm-blog/p/17754576.html