Git 本地仓库到github
上传步骤
1 | 1.git init //工作空间创建.git文件夹(默认隐藏了该文件夹) |
错误解决办法
TLS certificate verification has been disabled!错误

1 | git config --global http.sslVerify true |
[参考]https://www.cnblogs.com/wuhairui/p/15701177.html
git push错误failed to push some refs to

输入:
1 | git pull --rebase origin master |
成功解决:
[参考]https://blog.csdn.net/qq_39416311/article/details/102219428
Git 本地仓库到github