This document describes how to use SSH protocol to push/pull code.
Open Project
1. Log in to the CODING Console and click the team domain name to go to CODING.
2. Click in the upper-right corner to open the project list page and click a project icon to open the corresponding project. 3. In the menu on the left, select Code Repositories.
4. If Code Repositories is not shown on the left, the project admin needs to go to Project Settings > Projects and Members > Functions to enable the relevant function.
CODING supports pushing/pulling code via SSH protocol.
1. Refer to Configure Public Keys to generate a public key and add it to a code repository or personal account. 2. Copy the SSH URL on the code repository's Browse page.
3. Run the git clone + repository URL
command on your local machine to pull code.
Was this page helpful?