Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i'm using Talend Cloud 8.0 and created a Project in the Management Console and gave the Github repository.
Now from the Studio, connected to Cloud login and able to get into the project,
Now added a new job, and comitted, but when trying to push, it says not authorized,
I don't think this URL is suitable when using Cloud, GIT Repository Setup
Note: Only gave the SSH URL in the Management console when creating the project, nothing else.
Thanks in advance
Hi
When you login TMC project from studio for the first time, studio will prompt a window and requires you to input git username and password, use the personal access token for password field.
To generate the personal access token you can refer below link :
https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token
Once the token generated Login to Studio, if prompted, provide your Git username and use the personal access token you created earlier as the password. Click OK.
In additional, go to Git profile-> Settings -> developer settings-> personal access tokens and check the scopes define the access for personal tokens.
Regards
Shong
Hi
When you login TMC project from studio for the first time, studio will prompt a window and requires you to input git username and password, use the personal access token for password field.
To generate the personal access token you can refer below link :
https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token
Once the token generated Login to Studio, if prompted, provide your Git username and use the personal access token you created earlier as the password. Click OK.
In additional, go to Git profile-> Settings -> developer settings-> personal access tokens and check the scopes define the access for personal tokens.
Regards
Shong
Thanks @Shicong Hong , i realized after posting here, but thanks for your support, i was using my github password so far