1: 进入当前用户目录下;
2: vi .git-credentials 文件
3:输入:https://{username}:{password}@github.com
4:保存退出后执行:git config --global credential.helper store
执行完后
/home/用户名/.gitconfig 会新增一项
helper = store
这时再执行git push/pull的时候就不会在要求你输入密码了。