Fatal - Repository not found

If you receive an error indicating that your repository is not found, it is possible that you are not an approved code downloader. You may only have viewer permissions.

If you are a code downloader, try cloning again. Some countries have been recently approved by Export Compliance to be granted permission to use our regional servers.

If cloning again to a fresh directory path on your computer does not solve the problem, then make the following change to your git URL to force the clone to use San Diego, which always has every repository:

  1. Insert “git.” after https://
  2. Remove “home/git/” For example, if your repository is…
https://chipcode.qti.qualcomm.com/home/git/<repo name>

change it to…

https://git.chipcode.qti.qualcomm.com/<repo name>

and attempt your clone again.