Git小经验

Posted by kistonw Blog on December 4, 2020

   ** 1. git每次提交都要输入账号密码 **

  输入命令

     git config --global credential.helper store   

  下次git提交的时候输入一次用户名、密码,后续就不需要再次输入了   **2.