windows上传文件到github

step1:格式化仓库(git init)

step2:添加到缓存区(git add .)

step3:添加版本信息(git commit -m '备注信息')

step4:git remote add origin https://github.com/jackgithup/AIFace.git

step5:git push origin master

发布了143 篇原创文章 · 获赞 21 · 访问量 20万+

猜你喜欢

转载自blog.csdn.net/weixin_40306397/article/details/88531918