SsuperL

Results 12 comments of SsuperL

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

![image](https://user-images.githubusercontent.com/40085989/191940776-60422858-4243-47a6-980c-6a22df76097c.png)

Actually,this issue has come up again.

![image](https://user-images.githubusercontent.com/40085989/192184140-09642a6e-0278-409f-b3f1-4a7824a53616.png) 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...

![image](https://user-images.githubusercontent.com/40085989/204471868-6dadf241-d48c-4fe4-8862-1dd0fee856b0.png)

> 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...