LEDE 17.01 feed mirror

Since there is a problem at my ISP I cannot reach certain websites (this is all week, a lot of people experience this). It's not DNS related I tried OpenDNS and Google DNS Servers. I wanted to download the latest source but I cannot reach https://git.lede-project.org.

What I did is I downloaded the source from https://github.com/lede-project/ (mirror website) but if I want to update the feeds it's going to https://git.lede-project.org to get the feeds.

Is there a mirror or alternative way I can update the feeds?

Thank in advance.

Both LuCI and packages feeds are natively at Github, from which they are first mirrored to https://git.lede-project.org and then downloaded from there.

You could just define git remotes into github and manually pull the updates from there:
https://github.com/openwrt/luci/tree/lede-17.01
https://github.com/openwrt/packages/tree/lede-17.01
https://github.com/openwrt-routing/packages/tree/lede-17.01

Thank you hnyman I will give it a try.