Closed rrzal closed 1 year ago
So I just tested by removing nyx mark
and manually pushing in the pipeline, and this successfully pushed a new commit in the pipeline:
$ git add .
$ git commit -m 'WIP: TEST RELEASE PUSH IN PIPELINE'
[development 3bcdb12] WIP: TEST RELEASE PUSH IN PIPELINE
1 file changed, 7 insertions(+), 7 deletions(-)
$ git push https://ci-pipeline:glpat-[MASKED]@<>/<>/<>.git
remote:
remote: To create a merge request for development, visit:
remote: <>
remote:
To <>.git
9b77462..3bcdb12 development -> development
This confirms the problem is indeed related to Nyx (or go-git)
Hi @rrzal ,
I'm struggling but I cant' find any means to increase go-git's verbosity.
It's hard to tell if this is on go-git or GitLab as the bug you mentioned was actually introduced by GitHub.
Closing this issue due to inactivity, also because it has been probably solved by other fixes.
Please reopen as needed.
This error only appears in one repo so far (I've been adding nyx to multiple repos gradually, and it is the first time I encounter this issue). This repo has more files to push and deeper nested directories. There's a similar issue for go-git recently, but that seems to be only related to GitHub and is already fixed. https://github.com/go-git/go-git/issues/725
I can't find anything useful from the trace log. Is it possible to provide more logging so I can track down the root cause? This error can be caused by so many things:
git push --no-thin
to fix the issue Link But I feel like this is probably another go-git related issue.Trace log:
Job config: