Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pre-receive hook issue in bitbucket

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

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

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.

Anonymous
Not applicable
Author

Thank you