Create Code Repository
Entry Point
Click your avatar in the top-right corner and select New Code Repository from the dropdown menu to open the creation form.
Fill in the Form
The following parameters are required when creating a code repository:
| Parameter | Required | Description |
|---|---|---|
| Owner | Yes | Defaults to the current user; can be switched to an organization you belong to |
| Code Repo English Name | Yes | 2–64 characters, must start with a letter, end with a letter or number, only [a-zA-Z0-9-_.] allowed, no consecutive -, _, or . |
| Nickname | No | Optional friendly name |
| License | Yes | Select an appropriate open-source license from the dropdown |
| Description | No | Brief description of the repository purpose |
| Visibility | Yes | Public: visible to all users; Private: visible only to you and organization members |
Click Create Code Repository to submit.
Initialize the Repository
After creation, the platform redirects to the repository detail page. It is recommended to edit the README.md file first to add project introduction, usage instructions, and dependency information.
View Code Repository List
You can view your created code repositories through:
- Personal Profile: click your avatar to enter the personal center, then switch to the Code Repositories tab to view all personal repositories.
- Organization Page: navigate to the organization page and switch to the Code Repositories tab.