github - git push出错,求帮助?
黄舟
黄舟 2017-05-02 09:27:47
[Git讨论组]

我在win下使用git推送到github遇到了这个问题
请问该怎么解决

$ git push -u origin master
ssh: Could not resolve hostname xxx: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

全部回复(2)
高洛峰

git remote -v 检查你的origin路径是否合法。一般来说应该为:

ssh://git@<host>:<port>/path_to_source.git 

从报错信息来看,是找不到xxx这个主机;

  1. 确保仓库地址正确

  2. 修改hosts文件,添加host名字和IP的对应关系,或者修改.git/config文件下的origin的url为IP地址

phpcn_u1582

检查下dns,没问题的话检查下你要push到的仓库里是否有你当前机器的公钥。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号