标签:email git add keygen user rem and git init mit ast
$ git config --global user.name "MingsonZheng"
$ git config --global user.email "666666@qq.com"
$ git init
$ git add folder/
$ git add *.filetype
$ git commit -m "commitfolder"
$ ssh-keygen -t rsa -C "666666@qq.com"
$ git remote add origin git@github.com:MINGSON666/ListenOneQuestionEveryDay.git
$ git push -u origin master
$ git remote rm origin
标签:email git add keygen user rem and git init mit ast
原文地址:https://www.cnblogs.com/MingsonZheng/p/11001317.html