标签:图片 mit mamicode alt 依次 master 执行 bsp com
一、配置全局用户名和邮箱
git config --global user.name "你的用户名"
git config --global user.email "你的邮箱"
二、打开项目所在文件夹, 在文件夹上右键运行: git bash here
三、依次执行如下命令
git init
git add src
git commit -m "first commit"
git remote add origin https://github.com/‘git地址‘
git push -u origin master
标签:图片 mit mamicode alt 依次 master 执行 bsp com
原文地址:https://www.cnblogs.com/kiero/p/11437482.html