Telenav / cactus

Modules for building the KivaKit Java framework.
Apache License 2.0
0 stars 1 forks source link

git error #72

Open jonathanl-telenav opened 2 years ago

jonathanl-telenav commented 2 years ago

I'm not sure this one is a problem with cactus, but if not it might be useful to give a better explanation.


[ERROR] Failed to execute goal com.telenav.cactus:cactus-maven-plugin:1.5.31:checkout (default-cli) on project telenav-build: com.telenav.cactus.cli.ProcessFailedException: git --no-pager -c push.default=current -c pull.rebase=false -c diff.renamelimit=0 -c init.defaultBranch=main pull --no-rebase (in /Users/jonathan/Workspaces/telenav-build/kivakit-stuff) exited 1
[ERROR] There is no tracking information for the current branch.
[ERROR] Please specify which branch you want to merge with.
[ERROR] See git-pull(1) for details.
[ERROR]
[ERROR]     git pull <remote> <branch>
[ERROR]
[ERROR] If you wish to set tracking information for this branch you can do so with:
[ERROR]
[ERROR]     git branch --set-upstream-to=origin/<branch> feature/core-evaluation
[ERROR]
timboudreau commented 1 year ago

Any description of what you were doing when this occurred or what state your checkout was in?

We should not try to pull a branch that does not exist on the server, but I'd need to know how to reproduce this.