Docker compose not available issue while running mesheryctl system start command

The reason for this issue was my isp it’s common issue for jio to restrict https://raw.githubusercontent.com/
to fix this you need to follow 2 steps
On linux:
1.Use different dns like opendns or cloudflare
Set up 1.1.1.1 on Linux · Cloudflare 1.1.1.1 docs*
you can setup through this docs

2.In terminal type
sudo -s
followed by
sudo echo “185.199.108.133 raw.githubusercontent.com” >> /etc/hosts

restart and it should fix the issue

On Windows:
Just download and use cloudflare warp while running
https://1.1.1.1/
:innocent:

1 Like