1.如何修改Git仓库的URL(地址)
https://blog.youkuaiyun.com/chuyouyinghe/article/details/79071859
2.如何改变git本地仓库的地址的地址,我想要改到其他的地点
https://zhidao.baidu.com/question/983954508060067539.html
3.Git和Github简单教程
https://www.cnblogs.com/schaepher/p/5561193.html
4.git遇到的问题之“Please make sure you have the correct access rights and the repository exists.”
https://blog.youkuaiyun.com/jingtingfengguo/article/details/51892864
5.Git如何删除本地仓库
https://blog.youkuaiyun.com/weixin_42956047/article/details/89469287
6.Git错误之无法连接github
https://blog.youkuaiyun.com/jackli_git/article/details/72861546
7.解决ping github.com超时问题
https://blog.youkuaiyun.com/sndongcheng/article/details/81456026
8.github IP
https://blog.youkuaiyun.com/weixin_34290096/article/details/93088345
9.突然发现 github 的大量 ip 都不通了
10.git clone遇到的[ssh: connect to host github.com port 22]
https://www.cnblogs.com/simonbaker/p/7191260.html
-
自从win10 因为ping github.com连接超时 改了host文件后,浏览器就无法访问 github了,就报这个错
chrome NET::ERR_CERT_AUTHORITY_INVALID提示网址不安全无法访问
https://blog.51cto.com/chbinmile/2056946
使用ssh上传项目的话,会出现ping github.com连接超时问题,结果把host文件改了之后,ping 的问题就没有了,但浏览器是无法打开github网站了,虽然有解决方案,但出于安全问题的考虑,该方案就取消了;故采用https来上传!
GitHub上传项目,不通过ssh了,通过https来上传
12.如何把本地项目上传到Github***
https://www.cnblogs.com/shenchanghui/p/7184101.html
13.git报错:'fatal:remote origin already exists'怎么处理?附上git常用操作以及说明。
https://www.cnblogs.com/leaf930814/p/6664706.html
14.git push -u origin master
https://www.jianshu.com/p/99d8216b6b7f
15.如何解决failed to push some refs to git
https://www.cnblogs.com/yiduobaozhiblog1/p/9125465.html
16.如何给github项目添加 数据库sql文件
github在已有的项目上添加文件
https://blog.youkuaiyun.com/qq_36761506/article/details/93380080
两种方法上传本地文件到github