Unable to connect to git.toradex.com

Hello,
I would like to build Yocto’s environment on WSL2.
But the command below fails. Please let me know how to avoid this.

saito@300SAITO:~/oe-core$ repo init -u git://git.toradex.com/toradex-manifest.git -b kirkstone-6.x.y -m tdxref/default.xml
repo: reusing existing repo client checkout in /home/saito/oe-core

manifests:
fatal: unable to connect to git.toradex.com:
git.toradex.com[0: 147.135.59.19]: errno=Connection refused

manifests: sleeping 4.0 seconds before retrying

manifests:
fatal: unable to connect to git.toradex.com:
git.toradex.com[0: 147.135.59.19]: errno=Connection refused

fatal: cannot obtain manifest git://git.toradex.com/toradex-manifest.git

Hi Saito-san, this just worked for me.

  • Can you try again?
  • Can you access in your browser the IP 147.135.59.19?
  • Can you ping the address 147.135.59.19?
  • Can you access in your browser Git repository browser

Alvaro.

Hi Alvaro-san

Thank you for quick response.

Cannot ping. but I was able to open the browser.
https://git.toradex.com/cgit/

Ok, is still the repo init command not working?

Yes, still fail.

The repo is definitely accesible (no outage). Can you try deleting the folder and retrying from scratch? Can you also try in another computer just to check if it is a problem with your network?

Are you inside the VPN or something that messed the routing tables maybe?

Hi Alvaro-san

I succeeded by change the -u agument from git to https.
It is as follows.

repo init -u git://git.toradex.com →
repo init -u httls://git.toradex.com

Thank you for your kind support!
saito

Right! Thanks a lot for sharing the solution!