赞
踩
若git时出现网络问题
git config --global http.sslVerify "false"
输入
git init
输入
git add .
提交所有文件
输入
git commit -m "first commit"
-m
表示message
“first commit”
表示提交的备注,每次都要写,可以写汉语
输入
git remote add origin https://github.com/MengFanjun020906/STM32-Key-Control-LED.git
输入
git push -u origin main
将项目推送到master分支
再到github看你新创建的仓库
已经有本地的文件了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。