Gitlab
PaaS项目演示
git config --global user.name "你的名字或昵称"
git config --global user.email "你的邮箱"
fedorayang@cq45:~$ git config --list
user.name=yangnianlei
user.email=fedorayang@163.com
http.sslverify=false
branch.autosetuprebase=always
credential.helper=store
push.default=simple
core.editor=vim