Skip to content

Explicitly set git url to avoid redirection

Seungha Yang requested to merge seungha.yang/cerbero:orc-url into master

Not sure why this failed on CentOS.

Running command 'git remote add origin https://gitlab.freedesktop.org/gstreamer/orc'
fatal: remote origin already exists.
Running command 'git remote set-url origin https://gitlab.freedesktop.org/gstreamer/orc'
Running command 'git fetch --all'
Fetching origin
error: RPC failed; result=22, HTTP code = 404
fatal: The remote end hung up unexpectedly
error: Could not fetch origin
Running command 'git reset --hard origin/master'
fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Edited by Seungha Yang

Merge request reports