Help Center/ CodeArts Repo/ FAQs/ Git Issues/ What Are Repository URLs Used for?
Updated on 2022-07-22 GMT+08:00

What Are Repository URLs Used for?

Repository URLs are used for access to cloud repositories.

  • You need to enter the URL of a cloud repository when running $git clone repository URL to clone the cloud repository to your local computer.
  • Before you connect a local repository that is just initialized to a cloud repository, you also need to obtain the URL of the cloud repository to run git remote add origin repository URL.