Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Prem1
Contributor
Contributor

Talend Github Authorization Fails auth.

Hi, I am unable to connect to my enterprise Talend project on github. I type my credentials and nothing happens, Please Help.

Labels (3)
2 Replies
Anonymous
Not applicable

Hi

Any error? If you input wrong credentials, the dialog will pop-up again and again. Take a look at this KB article, if you enable two factor authentication in your organization, input personal access token in password field.

 

Regards

Shong

Prem1
Contributor
Contributor
Author

Hi Shong,

Thank you for the response. The branch name doesn't load after loggin in. when i hit the refresh branch list button, it prompts for the username password again.

 

Here's my logs:

!STACK 0

org.eclipse.jgit.api.errors.TransportException: https://github.com/<BranchName>.git: git-upload-pack not permitted on 'https://github.com/<BranchName>.git/'

at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:222)

at org.eclipse.jgit.api.LsRemoteCommand.call(LsRemoteCommand.java:161)

at org.talend.repository.gitprovider.GITProviderService.getShallowCloneBranches(GITProviderService.java:400)

at org.talend.repository.gitprovider.GITProviderService.getBranchList(GITProviderService.java:238)

at org.talend.repository.RepositoryService.getProjectBranch(RepositoryService.java:879)

at org.talend.repository.ui.login.LoginHelper.getProjectBranches(LoginHelper.java:864)

at org.talend.repository.ui.login.LoginProjectPage$3.run(LoginProjectPage.java:383)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

Caused by: org.eclipse.jgit.errors.TransportException: https://github.com/<BranchName>.git: git-upload-pack not permitted on 'https://github.com/<BranchName>.git/'

at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:551)

at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:362)

at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:200)

... 7 more