We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried committing a submodule with one small file in it with the file size hook enabled with the following configuration:
Include: .* Size: 500000000
But I get an error like the following:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st push -v --set-upstream origin feature/windowsUI:feature/windowsUI POST git-receive-pack (1029 bytes) remote: Hook org.christiangalsterer.stash.filehooks.plugin.hook.FileSizeHook failed. Error: remote: '/usr/bin/git cat-file --batch-check' exited with code 0 saying: error: unable to find df2451e48dda98c8a0fe4827ed7565ebe841643a Pushing to http://[email protected]/git/scm/fswg/fsw.git To http://mydomain.com/git/scm/fswg/fsw.git ! [remote rejected] feature/windowsUI -> feature/windowsUI (pre-receive hook declined) error: failed to push some refs to 'http://[email protected]/git/scm/fswg/fsw.git'
Is this a known issue, or am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered:
I never used submodules so far. So it might be that it is not working. Which Bitbucket and add-on version to you use?
Sorry, something went wrong.
Bitbucket: 4.11.2 File Hooks Plugin: 2.4.0
Successfully merging a pull request may close this issue.
I've tried committing a submodule with one small file in it with the file size hook enabled with the following configuration:
Include: .*
Size: 500000000
But I get an error like the following:
Is this a known issue, or am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: