ubuntu下
在~/(用户目录)下, vim创建文件 .git-credentials, 用vim编辑此文件,输入内容格式:
sudo vim .git-credentials
https://{username}:{password}@github.com
在终端下执行 git config --global credential.helper store
可以看到~/.gitconfig文件,会多了一项:
[credential]
helper = store
Linux有问必答:如何在Linux上安装Git:http://www.linuxdiyf.com/linux/13234.html
简明Git命令速查表(中文版):http://www.linuxdiyf.com/linux/12698.html
Ubuntu 15.04 Gogs(git版本库) 二进制安装:http://www.linuxdiyf.com/linux/11995.html