Gitee is a domestic developer community and code hosting platform. It provides developers with a series of services such as code hosting, code detection, project management, and team collaboration. In the process of using Gitee, we need to enter a username and password to log in in order to access and manage our own projects. So, this article will introduce how to check your Gitee username and password.
1. Automatically fill in through the browser
If you use the browser's autofill function when logging in to your Gitee account, the browser will automatically fill in your username and password. You can find your username in the input box on the login interface.
If you forget your password, you can also click the "Forgot Password" button and follow the page prompts to retrieve your password.
2. Via email
When you register a Gitee account, the system will ask you to fill in a valid email address. If you forget your username or password, you can check it through your email:
3. Through API Token
Gitee provides the API Token function, which allows you to easily check your username and password. An API Token is a security credential that allows your application to access the Gitee API.
Summary:
The above are three ways to check your Gitee username and password. Among them, automatic filling through browsers and email are the more common methods. Although API Token is relatively complex, it allows developers to easily access Gitee API. I hope this article can be helpful to everyone.
The above is the detailed content of How to check your username and password on gitee. For more information, please follow other related articles on the PHP Chinese website!