github每次push时自动输入用户名密码

.git目录下,有一个config文件,编辑:

[remote "origin"]
    url = https://github.com/DoubangoTelecom/doubango
    fetch = +refs/heads/*:refs/remotes/origin/*

改为

[remote "origin"]
    url = https://用户名:密码@github.com/DoubangoTelecom/doubango
    fetch = +refs/heads/*:refs/remotes/origin/*

由上述可见,密码尽量不要使用特殊含义的字符。

上一篇:SVN使用MySQL验证用户名密码(HTTP)


下一篇:【互联网安全知多少】阿里安全专家带你深入背后的技术