fatal: unable to access ‘https://github.com.XXX.git/‘: Could not resolve host: github.com.XXX

我是在Android 生成依赖库的时候遇到这个问题的

D:\MyApplication>git push -u origin main
fatal: unable to access 'https://github.com.XXX.git/': Could not resolve host: github.com.XXX

可以先在命令行下运行下面的代码:

git config --global --unset http.proxy 
git config --global --unset https.proxy

如果发现还是不行的话就先删除远程,然后在重新建立(我的是一直报这个错,删除了重新连接就解决问题了fatal: unable to access ‘https://github.com.XXX.git/’: Could not resolve host: github.com.XXX
):

查看远程连接:

git remote -v

删除关联的origin的远程库

git remote rm origin

再重新建立:

git remote add origin 这里填你的git地址
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值