In the information age, how to log in or register is the entrance to software applications and a prerequisite for modern people's work, study and life. Gitee is a very popular code hosting website in China. It is a Git platform built for Chinese developers. It provides a series of development services such as Git/SVN code hosting, code quality control, project collaboration, and deployment online. The bloggers here will provide Please introduce how to register on Gitee.
1. Go to Gitee’s official website
Gitee’s official website: https://gitee.com/, you can open it with any browser.
2. Click the registration button
After entering the Gitee official website, there are two buttons in the upper right corner: login and registration. *If you already have an account, please log in directly with your account.
People who come to Gitee for the first time must not have an account, so we click to register. The registration interface is relatively simple and is available in both Chinese and English. There is also a "Quick Login with Social Account" option. If you have a bound social account (QQ, WeChat), you can also log in directly through this option.
3. Fill in the registration information
On the registration page, we need to fill in the basic user information:
1. User name
The user name here is Uniquely, the length should be between 5~20 characters, which must contain English and numbers.
2. Password
The password length is required to be between 6 and 32 characters. It must contain English letters and numbers and cannot contain repeated numbers and letters. It is recommended that you do not use weak passwords for the sake of account security.
3. Confirm the password
Confirm the password, the requirements are the same as the password.
4. Email/mobile phone number
The registered account needs to be activated by email or mobile phone, so a valid email or mobile phone number must be filled in.
5. Verification code
After filling in the above information, you need to enter the verification code to ensure that it is filled in manually and not by a robot.
4. Email or mobile phone verification
If you enter an email address, after registration, the system will send a verification email to the email address you filled in. If you enter a mobile phone number, it will A text message will notify you of the verification code. Entering the verification code will complete the verification. Gitee supports two methods of logging in via email or mobile phone. You can choose the method you prefer.
5. Fill in personal information
After successful registration, we need to fill in some personal information. This information is associated with your account so that others can better understand your information and cooperate with you. It also makes it easier for you to retrieve account information and manage it.
6. Registration successful
Congratulations, you have successfully registered! You can use your account to log in and enjoy Github services.
After the registration is completed, you can see that several major items on the Gitee homepage are framed under your account. You can activate your own enterprise services here, view your own code warehouse, and conduct Code management, etc. Friends who like development may wish to register one and feel the charm of Gitee.
The above is the detailed content of How to register with gitee. For more information, please follow other related articles on the PHP Chinese website!