Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Git Raft using Bonobo Git Server
-
Hello
I am trying to setup a Raft based on GIT Repo.
I got the following error msg if I want to add a script :The branch 'otter' ("refs/heads/otter") that you are trying to push does not track an upstream branch.
I can't figure out where I have to setup git to "track an upstream branch" ...
Any help would be appreciate
Best Regards
-
Did you change the name of the branch after cloning? When cloned, branches should automatically track the remote branch.
One option is to navigate to the local
GitRafts
directory in theExecution.DefaultWorkingDirectory
path (found in All Settings), and delete the local workspace and try again.If you have git installed on the same server as Otter, you can manually configure the repo to track the remote branch using the commands outlined here: http://stackoverflow.com/a/2286030