配置了SSH后还是每次都要求输入密码

保存凭证可以解决问题

git config --global credential.helper store
原文地址:https://www.cnblogs.com/zhyantao/p/10424723.html