[TriLUG] git push issue ( 20th )
Brian McCullough via TriLUG
trilug at trilug.org
Mon Feb 20 10:30:48 EST 2023
Hi All. Coming to "the Oracle" for help.
I have a local repository that I am pushing to BitBucket.
There is a pre-push hook defined that runs all of the PHPUnit tests, as
well as things like Mess Detector.
When I use "git push --no-verify" everything works fine, but
incompletely.
When I do a regular "git push" everything gets kicked off, serially,
except that PHPUnit is run in some sort of parallel, a couple of
instances.
Fairly early during that "push" process, I get a message that
"Connection to bitbucket.org closed by remote host." I don't know
whether that is significant or relevant or not.
Even if the tests are all successful, I do not get a proper push, it
just stops after the "pre-push" operations.
Any bright ideas?
Thanks,
Brian
More information about the TriLUG
mailing list