What Do I Do If the Error Message Indicating Download Timeout and Please Use SSH or HTTP Clone Is Displayed When I Download a Repository from CodeArts Repo?
Symptom
- The repository fails to be downloaded on the CodeArts Repo page, and a message is displayed indicating that the download times out.
- The tag fails to be downloaded on the CodeArts Repo page, and the message indicating that the tag download times out and you need to use SSH or HTTP for cloning is displayed.
Analysis
The repository is too large.
Solution
The following uses the oversized Tag_Test file as an example.
- Open the Git client on the local host and run the following command to download the repository Test_Repo to the local host:
git clone git@example.com:test/Test_Repo.git
git@example.com:test/Test_Repo.git indicates the SSH address of the repository to be downloaded. This address is copied from the CodeArts Repo page.

- Run the following command to switch to the repository Test_Repo:
cd Test_Repo
- Run the following command to view the tag content:
git checkout Tag_Test
Tag_Test indicates the tag branch to be viewed.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot