1新建一个仓库
填写仓库名称,私有和开源按自己的需求
2新建完成后设置自己git的提交信息
打开本地的git bash输入以下命令,以下的--global是全局设置,以后git提交文件都用该用户信息
git config --global user.name "xxxxxx" git config --global user.email "xxxxxxxx"
标签:git,仓库,global,--,提交,至码 From: https://www.cnblogs.com/wmqxlt/p/18502202