git设置免密提交命令

设置免密:

git config --global credential.helper store

提交文件:

git add ucenter/bb.txt
git commit -m 'test'
git push -u origin master

posted @ 2019-07-17 14:25  忘聊寒  阅读(554)  评论(0编辑  收藏  举报