Creating Git Credentials
This guide outlines the steps to create Git credentials for your applications on Clue2App.
Steps to Create Git Credentials
1. Navigate to Git Credentials:
- From the Advanced menu, click on Git Repositories to access the Git credentials management page.

2. Create New Credentials:
- Click on the Add New button to open the credential creation dialog.

3. Fill in Credential Details:
- In the dialog, enter the required details:
- Name: A name to identify your credentials (e.g.,
demo-credentials). - Username: Your Git username.
- Password / Token: Your Git secrets.
- Name: A name to identify your credentials (e.g.,
4. Save Your Credentials:
- Click the Save button to store your credentials.The modal window will close, and you'll see your newly created credentials displayed in the list.
5. Using the Credentials in a New Application:
- When creating a new application, you can directly select these credentials from the dropdown menu in the Source Code Info section.
6. Create a New Application with Git Credentials:
- If you need to create new credentials directly from the project creation page, select Private under Git Access Type, and choose New credentials from the dropdown. This will allow you to enter your credentials on the fly without saving them first.
7. Enter Your Git Repository Details:
- Complete the project creation by entering your Git repository URL and other required fields.