Fatal - git-upload-pack not found
This error can happen if you do not type in the right Git URL. Copy the Git URL from ChipCode directly. Do not manually transcribe the URL, it is too easy to make mistakes. This error can happen if you used the incorrect URL.
This error can also happen if you attempt to clone a repository and are redirected to a regional server close to you that is in the process of being updated with new code. If you encounter this error using the new URLs shown on ChipCode (as of 9/18/2013), you can manually change the URL format in your CLONE command to fall back to San Diego instead of using our regional redirector:
Make the following change to your git URL to force the clone to use San Diego, which always has every repository:
- change "chipmaster2" to "chipcode" after https://
- Remove “home2/git/” For example, if your repository is…
https://chipmaster2.qti.qualcomm.com/home2/git/<repo name>
change it to…
https://chipcode.qti.qualcomm.com/qualcomm/<repo name>
and attempt your clone again.
Also consider a shallow clone unless it is absolutely necessary to download everything on this repository: Shallow Cloning