一.如果走的是ssh,就直接自建ssh,配置ssh公钥到服务器;
二,.如果走的是http,可以直接配置configvim .git-credentials
https://{username}:{password}@
git config --global credential.helper store
如果已经设置过global,只需要直接执行
git config --global credential.helper store
设置完成后,再输入一次帐号和密码,下次就不用输入啦