Failed to connect to git.openwrt.org

Not sure if this is the right place but..

culex@ubuntu:~/owrt1907$ git pull
fatal: unable to access 'https://git.openwrt.org/openwrt/openwrt.git/': Failed to connect to git.openwrt.org port 443: Connection refused

culex@ubuntu:~$ git clone https://git.openwrt.org/openwrt/openwrt.git
Cloning into 'openwrt'...
fatal: unable to access 'https://git.openwrt.org/openwrt/openwrt.git/': Failed to connect to git.openwrt.org port 443: Connection refused

culex@ubuntu:~$ git clone git://git.openwrt.org/openwrt/openwrt.git
Cloning into 'openwrt'...
remote: Enumerating objects: 585495, done.
remote: Counting objects: 100% (585495/585495), done.
remote: Compressing objects: 100% (159142/159142), done.
remote: Total 585495 (delta 409241), reused 576124 (delta 402245), pack-reused 0
Receiving objects: 100% (585495/585495), 170.98 MiB | 4.45 MiB/s, done.
Resolving deltas: 100% (409241/409241), done.
culex@ubuntu:~$ cd openwrt/
culex@ubuntu:~/openwrt$ scripts/feeds update -a
Updating feed 'packages' from 'https://git.openwrt.org/feed/packages.git' ...
Cloning into './feeds/packages'...
fatal: unable to access 'https://git.openwrt.org/feed/packages.git/': Failed to connect to git.openwrt.org port 443: Connection refused
failed.
Updating feed 'luci' from 'https://git.openwrt.org/project/luci.git' ...
Cloning into './feeds/luci'...
fatal: unable to access 'https://git.openwrt.org/project/luci.git/': Failed to connect to git.openwrt.org port 443: Connection refused
failed.
Updating feed 'routing' from 'https://git.openwrt.org/feed/routing.git' ...
Cloning into './feeds/routing'...
fatal: unable to access 'https://git.openwrt.org/feed/routing.git/': Failed to connect to git.openwrt.org port 443: Connection refused
failed.
Updating feed 'telephony' from 'https://git.openwrt.org/feed/telephony.git' ...
Cloning into './feeds/telephony'...
fatal: unable to access 'https://git.openwrt.org/feed/telephony.git/': Failed to connect to git.openwrt.org port 443: Connection refused
failed.

had to edit feeds.conf.default and replace https:// with git://

Had the same problem trying to build 19.07.
feeds.conf.default needed to be changed - works now. Thanks!
Could this be an issue with older release (19.07)?

The same problem occurs with 21.02 and feeds. Possibly the service isn't running?

Tested just at this time & no problem

I can git clone https://github.com/openwrt/openwrt.git, git://git.openwrt.org and https://us-south.git.cloud.ibm.com without issue.

but with https://git.openwrt.org after tracing with Wireshark -
86 8.549436 46.101.214.210 192.168.1.100 ICMP 94 Destination unreachable (Port unreachable)

NAT Mode in VMware appears to be causing ICMP packets to get lost? Switching to bridged mode allowed it to work correctly. Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.