创建并且写入.git-credentials
alex:/ $ cd ~
alex:~ $ vim .git-credentials
https://username:[email protected]
# username 就是你的用户名
# password 用户密码
alex:~ $ git config --global credential.helper store
创建并且写入.git-credentials
alex:/ $ cd ~
alex:~ $ vim .git-credentials
https://username:[email protected]
# username 就是你的用户名
# password 用户密码
alex:~ $ git config --global credential.helper store