Updated on 2025-03-13 GMT+08:00

Key

The Repo code repository supports SSH and HTTPS access protocols. You can use either of the following methods for configurations.

  • The SSH key can securely connect the local computer with your Repo. Different users usually use different computers. Therefore, before connecting to Repo via SSH, you need to generate your own SSH key on your computer and add the public key to Repo. Once the SSH key is configured on the local computer and the public key is added to Repo, all repos under this account can use the key to connect to the computer.
  • An HTTPS password is a user credential used for pulling and pushing code using the HTTPS protocol. Before using HTTPS, note that the size of a single file to be pushed cannot exceed 200 MB. To transfer a file larger than 200 MB, use the SSH mode.
  • GNU Privacy Guard (GPG) is a method used for digital signature and authentication. When you push the local code to CodeArts Repo, the GPG public keys ensure trusted sources and code integrity by signing and verifying Git code commits and tags in Git.