一、参考资料
视频参考:讲的真的太详细了!!!
bilibili:【教程】学会Git玩转Github【全】
视频对应的博客:Github&Git简单操作笔记
博客参考:
Git的使用--如何将本地项目上传到Github(两种简单、方便的方法)
二、遇到的问题汇总:
1.git clone 时出现错误
fatal: unable to access 'https://gitlab.myjoin.cn/root/nenu_qy.git/': SSL certificate problem: self signed certificate
解决方法:
$ git config --global http.sslVerify false
$ git clone **********
就可以了