Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Bitbucket access issue from studio --git-upload-pack

I am getting below error when accessing bitbucket PROJECT from studio. i can login to bitbucket and can edit code directly but from studio its giving below error. even when granted READ access to the talend project and tried to launch same error.

 

 

org.talend.commons.exception.PersistenceException: org.eclipse.jgit.api.errors.TransportException: https://bitbucket.org/arctravel/test.git: git-upload-pack not permitted
at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.initProjectRepository(GitBaseRepositoryFactory.java:276)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.initProjectRepository(RemoteRepositoryFactory.java:1738)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:362)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:291)
at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1923)
at org.talend.repository.ui.login.LoginHelper$1.run(LoginHelper.java:516)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: org.eclipse.jgit.api.errors.TransportException: https://bitbucket.org/arctravel/test.git: git-upload-pack not permitted
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:135)
at org.talend.repository.gitprovider.core.GitHandler.fetch(GitHandler.java:1841)
at org.talend.repository.gitprovider.core.GitHandler.checkoutBranch(GitHandler.java:1596)
at org.talend.repository.gitprovider.core.GitHandler.open(GitHandler.java:2019)
at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.initProjectRepository(GitBaseRepositoryFactory.java:234)
... 6 more
Caused by: org.eclipse.jgit.errors.TransportException: https://bitbucket.org/arctravel/test.git: git-upload-pack not permitted
at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:525)
at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:311)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1201)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
... 10 more

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Yes the issue is with bucket account after created application account in bit bucket and configure those credentials its working.

 

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hello,

Have you already configured TAC with GIT? Is the connection from TAC to project OK with you? It looks like studio is trying to connect to bitbucket but is not able to succeed in connection. Are you using proxy in browser?

Best regards

Sabrina

Anonymous
Not applicable
Author

Yes the issue is with bucket account after created application account in bit bucket and configure those credentials its working.

 

sushantk19
Creator
Creator

what is resolution for this? i am also getting the same error.