初次配置git与github出现push不了的问题

Posted yyw蔚然

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了初次配置git与github出现push不了的问题相关的知识,希望对你有一定的参考价值。

ssh: connect to host gmail.com port 22: No route to host fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

 在配置github为远程仓库是出现如上报错,具体有两个:

1.没有创建repository

2.防火墙拦截。如果已经FQ,那就要修改配置文件

修改配置文件:

a》打开终端,cd到本地仓库文件下;

b》运行git config --local -e,获取文件的路径,前往文件

c》打开文件,将文件中的url = [email protected]:username/仓库name.git 修改为url = https://[email protected]/username/仓库name.git

以上是关于初次配置git与github出现push不了的问题的主要内容,如果未能解决你的问题,请参考以下文章

git push出现403错误怎么办

git项目初次push提示error: failed to push some refs to https://gitee.com/xxxx/gittest.git’解决方案 --九五小庞(代码片段

Git基础与Github

Git的安装和初次配置以连接github,和在第三方程序(软件)中使用git 命令

《Git与Github使用笔记》解决:git push error: failed to push some refs to XXX

《Git与Github使用笔记》解决:git push error: failed to push some refs to XXX