SsuperL
SsuperL
I run command `git remote -v` in the CI , and it shows that the remote has been setup.

Actually,this issue has come up again.
 And when I merged the branch into master,it said that there is no commit found range `origin/master..HEAD`.
> > Do you mean after merging back to the master branch? If that's the case, your `HEAD` will on on `master` so the result seem to be expected. yes....
> cz --no-raise 3 check --rev-range master.. I'll try it.Thank you!
> @SsuperL did you try to `git fetch` before your command ? its seems GitLab CI dont fetch every branch No, but it only appeared on some machines. And the...

> do you have remote `origin` and branch `master`? yes.
> What would be the output of `git log origin/master..`? Can it generate output as expected? Oh,it didn't show anything of `git log origin/master`. Maybe there's no `git fetch` on...