Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I am trying to download the manifest file for the AM57xx PD17.1.0 BSP,

But iam getting error like below:

repo init -u https://stash.phytec.com/projects/PUB/repos/manifests-phytec.git -b am57xx -m PD17.1.0.xml

Downloading Repo source from https://gerrit.googlesource.com/git-repo

fatal: unable to connect to gerrit.googlesource.com:

gerrit.googlesource.com[0: 74.125.68.82]: errno=Connection timed out

gerrit.googlesource.com[1: 2404:6800:4003:c02::52]: errno=Network is unreachable

repo: error: "git" failed with exit status 128

cwd: /opt/PHYTEC_BSPs/yocto_ti/.repo/repo

cmd: ['git', 'fetch', '--quiet', '--progress', 'origin', '+refs/heads/ :refs/remotes/origin/ ', '+refs/tags/ :refs/tags/ ']

fatal: cloning the git-repo repository failed, will remove '.repo/repo'

And i had gone through some solution in stack, but unable to resolve. Please help me to resolve this issue...

Network is unreachable seems pretty straightforward: your host can't get to their host, presumably because the network is down and/or your administrator prohibits access. torek Jan 11, 2022 at 6:51 @torek " Network is unreachable " is for not configured IPv6. The real problem is " Connection timed out ". phd Jan 11, 2022 at 9:58 @phd: oops, yes. The timeout indicates something pretty similar though, e.g., an administrative block. Some IPv4 stacks will sometimes switch back and forth between timeout and unreachable errors due to ARP issues as well. torek Jan 11, 2022 at 10:04

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .