Skip to content

Console Output

+ git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
+ git fetch origin
From gitlab.eclipse.org:eclipse/comma/comma
 * [new branch]        dezyne                  -> origin/dezyne
 * [new branch]        feature/issue-109       -> origin/feature/issue-109
 * [new branch]        feature/issue-110       -> origin/feature/issue-110
 * [new branch]        feature/issue-73        -> origin/feature/issue-73
 * [new branch]        feature/issue-95        -> origin/feature/issue-95
 * [new branch]        main                    -> origin/main
 * [new branch]        sequenceDiaForComponent -> origin/sequenceDiaForComponent
 * [new tag]           v0.1.0                  -> v0.1.0
 * [new tag]           v0.1.0.RC1              -> v0.1.0.RC1
 * [new tag]           v0.2.0                  -> v0.2.0
 * [new tag]           v0.2.0.RC1              -> v0.2.0.RC1
 * [new tag]           v0.2.0.RC2              -> v0.2.0.RC2
 * [new tag]           v0.2.1                  -> v0.2.1
 * [new tag]           v0.3.0                  -> v0.3.0
 * [new tag]           v0.3.0.RC1              -> v0.3.0.RC1
 * [new tag]           v0.3.0.RC2              -> v0.3.0.RC2
 * [new tag]           v0.4.0                  -> v0.4.0
 * [new tag]           v0.4.1                  -> v0.4.1
 * [new tag]           v1.0.0                  -> v1.0.0
 * [new tag]           v1.0.0.RC1              -> v1.0.0.RC1
 * [new tag]           v1.0.1                  -> v1.0.1
 * [new tag]           v1.0.2                  -> v1.0.2
 * [new tag]           v1.0.3                  -> v1.0.3
 * [new tag]           v1.0.4                  -> v1.0.4
 * [new tag]           v1.1.0                  -> v1.1.0
 * [new tag]           v1.1.0.RC1              -> v1.1.0.RC1
 * [new tag]           v1.1.0.RC2              -> v1.1.0.RC2
 * [new tag]           v1.1.1                  -> v1.1.1
 * [new tag]           v1.1.2                  -> v1.1.2
 * [new tag]           v1.2.0                  -> v1.2.0
 * [new tag]           v1.2.0.RC1              -> v1.2.0.RC1
 * [new tag]           v1.2.1                  -> v1.2.1
 * [new tag]           v2.0.0                  -> v2.0.0
 * [new tag]           v2.0.0.RC1              -> v2.0.0.RC1
+ git rebase origin/feature/issue-108
HEAD is up to date.
+ git push origin HEAD:feature/issue-108 --follow-tags
error: The destination you provided is not a full refname (i.e.,
starting with "refs/"). We tried to guess what you meant by:

- Looking for a ref that matches 'feature/issue-108' on the remote side.
- Checking if the <src> being pushed ('HEAD')
  is a ref in "refs/{heads,tags}/". If so we add a corresponding
  refs/{heads,tags}/ prefix on the remote side.

Neither worked, so we gave up. You must fully qualify the ref.
hint: The <src> part of the refspec is a commit object.
hint: Did you mean to create a new branch by pushing to
hint: 'HEAD:refs/heads/feature/issue-108'?
error: failed to push some refs to 'gitlab.eclipse.org:eclipse/comma/comma.git'