Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
MM1655984008
Contributor II
Contributor II

GitHub Setup in Talend Cloud, Pushing is failing

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

0695b00000cdtZfAAI.png

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

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.

0695b00000cdtjaAAA.pngTo 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

View solution in original post

2 Replies
Anonymous
Not applicable

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.

0695b00000cdtjaAAA.pngTo 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

MM1655984008
Contributor II
Contributor II
Author

Thanks @Shicong Hong​ , i realized after posting here, but thanks for your support, i was using my github password so far