自学内容网 自学内容网

【GitHub】上传文件到GitHub

参考视频:手把手教你在github上传文件_哔哩哔哩_bilibili

1.找到文件夹右键,选择open git bash here

2.完成指令

git init
git add *
git commit -m "first commit"

3.打开该文件夹,打开隐藏文件.git/config

编辑输入邮箱和GitHub用户名,并保存

 

4.完成指令

git remote add origin https://github.com/plumqm/OpenCV-project.git
git push -u origin master


原文地址:https://blog.csdn.net/m0_74183164/article/details/142746151

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!