vi ~/.git-credentials
输入以下内容:
https://{username}:{password}@github.com
执行命令
git config --global credential.helper store
vi ~/.gitconfig,末尾添加了一项:
[credential]
helper = store
即可免密使用git命令。
posted on 2016-09-26 18:31 傻子才悲伤 阅读(429) 评论(0) 编辑 收藏 举报