Skip to main content

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.

Manage Git Credentials

2. Create New Credentials:

  • Click on the Add New button to open the credential creation dialog.

Create Git Credentials

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.

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.

Credentials Showing Up in Dropdown

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.

New Project Git Credentials

7. Enter Your Git Repository Details:

  • Complete the project creation by entering your Git repository URL and other required fields.