2017-04-27发表2017-04-27更新团队协作 / git几秒读完 (大约57个字)git push免输入账号和密码创建文件,加入如下内容1234cd ~touch .git-credentialsvi .git-credentialshttps://{username}:{password}@{domain}{:port} 执行如下命令1git config --global credential.helper store 打开~/.gitconfig文件查看12[credential]helper = store