when someone abandons you,it is him that gets loss because he lost someone who truly loves him but you just lost one who doesn’t love you.
git push免输入账号和密码方法
方法一:
1 | https://{username}:{password}@github.com |
1 | git config --global credential.helper store |
1 | [credential] |
方法二:
变量名:HOME,变量值:%USERPROFILE%_netrc的文件,文件中内容格式如下: 1 | machine {git account name}.github.com |
be yourself, everyone else is already taken.