You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have bitbucket server 5.1.0 on RHEL im tryingo to use plugin version 2.2.0 and ending up with this:
2018-01-31 11:03:07,763 ERROR [threadpool:thread-1] admin @passwd 10.x.x.x,127.0.0.1 "PUT /rest/api/latest/projects/DB/repos/reponame/settings/hooks/com.englishtown.stash-hook-mirror:mirror-repository-hook/enabled HTTP/1.1" c.e.b.hook.MirrorRepositoryHook Failed to mirror repository reponame after 5 attempts.
com.atlassian.bitbucket.scm.CommandFailedException: '/usr/bin/git push --prune --atomic ssh://servername/repo/git/DB/reponame --force +refs/heads/:refs/heads/ +refs/tags/:refs/tags/ +refs/notes/:refs/notes/' exited with code 129 saying: error: unknown option `atomic'
Latest version of git aviable for RHEL6 is 2.3.5 option atomic is from git-2.4+ I need some way to edit options plugin use... I did read your documents and did not find any Is there any chance for me to use this plugin?
spehyr
The text was updated successfully, but these errors were encountered:
We have bitbucket server 5.1.0 on RHEL im tryingo to use plugin version 2.2.0 and ending up with this:
2018-01-31 11:03:07,763 ERROR [threadpool:thread-1] admin @passwd 10.x.x.x,127.0.0.1 "PUT /rest/api/latest/projects/DB/repos/reponame/settings/hooks/com.englishtown.stash-hook-mirror:mirror-repository-hook/enabled HTTP/1.1" c.e.b.hook.MirrorRepositoryHook Failed to mirror repository reponame after 5 attempts.
com.atlassian.bitbucket.scm.CommandFailedException: '/usr/bin/git push --prune --atomic ssh://servername/repo/git/DB/reponame --force +refs/heads/:refs/heads/ +refs/tags/:refs/tags/ +refs/notes/:refs/notes/' exited with code 129 saying: error: unknown option `atomic'
Latest version of git aviable for RHEL6 is 2.3.5 option atomic is from git-2.4+ I need some way to edit options plugin use... I did read your documents and did not find any Is there any chance for me to use this plugin?
spehyr
The text was updated successfully, but these errors were encountered: