git安装的步骤与配置
https://blog.csdn.net/huangqqdy/article/details/83032408
步骤的解释
https://www.cnblogs.com/xueweisuoyong/p/11914045.html
步骤的参考
https://www.runoob.com/git/git-remote-repo.html
验证可以用
ssh -T git@github.com 等命令
遇到的问题创建ssh key时遇到“Bad escape character ‘ygen’.”
参考
https://www.jianshu.com/p/c2812ab26442
Git问题Everything up-to-date解决参考
https://www.cnblogs.com/sminocence/p/6546891.html
github上传时出现error: src refspec master does not match any解决办法参考
https://blog.csdn.net/xl_lx/article/details/80676208
github上传的具体步骤
https://blog.csdn.net/xl_lx/article/details/80676208
https://www.oschina.net/question/159132_86728