Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Using bitbucket as version management tool in big data platform. Getting following error, after initialising talend studio. Found the log in .metadata folder. Where can i find the detailed log? Can someone please give heads up on this issue?
!ENTRY org.talend.repository.gitprovider 4 1 2017-10-06 17:55:34.270
!MESSAGE 1. REJECTED_OTHER_REASON : pre-receive hook declined
!STACK 0
java.lang.Exception: 1. RemoteRefUpdate[remoteName=refs/heads/feature/branch, REJECTED_OTHER_REASON, (null)...78cc8ed8f1y6t2e1thyyude87e9st645y8t56trg, fastForward, srcRef=refs/heads/feature/branch, message="pre-receive hook declined"]
at org.talend.repository.gitprovider.core.GitRepositoryFactory$7.run(GitRepositoryFactory.java:653)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Thanks
Basically your bitbucket has pre-receive hook which is declining you access. You should talk to your git administrator. It may be a permission issue on your git user or a hook configuration going wrong.
Basically your bitbucket has pre-receive hook which is declining you access. You should talk to your git administrator. It may be a permission issue on your git user or a hook configuration going wrong.
Thank you