ssh: Could not resolve hostname github.com: Name or service not known

本文介绍了在遇到Git连接GitHub时出现'Could not resolve hostname'错误的原因,主要是由于remote origin URL设置不正确。通常设置为包含'https://'或'ssh://'的格式,但其实可以直接使用'git@github.com:用户名/仓库名.git'的格式。通过修正这个URL,可以解决Git的远程连接问题,确保正常进行代码推送和拉取操作。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

ssh: Could not resolve hostname github.com: Name or service not known

这个错误的原因是因为 remote origin 的 url 设置错误
出现这个问题普遍设置为了 下面这两种

https://git@github.com/userName/repo.git
or
ssh://git@github.com/userName/repo.git

其实不需要指定协议号

直接 设置为

git@github.com/userName/repo.git

这样就可以正确的使用git了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值