Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote branch the_next_century not found in upstream origin #6

Closed
tonytamsf opened this issue Oct 4, 2018 · 0 comments
Closed

Remote branch the_next_century not found in upstream origin #6

tonytamsf opened this issue Oct 4, 2018 · 0 comments

Comments

@tonytamsf
Copy link
Contributor

Trying out the make all instructions today and got this error about a missing branch the_next_century

git remote -v
origin	git@github.com:splunk/docker-splunk.git (fetch)
origin	git@github.com:splunk/docker-splunk.git (push)
if [ -d "splunk-ansible" ]; then \
		echo "Ansible directory exists - skipping clone"; \
	else \
		git clone https://github.com/splunk/splunk-ansible.git --branch the_next_century; \
	fi
Cloning into 'splunk-ansible'...
fatal: Remote branch the_next_century not found in upstream origin
tonytamsf added a commit to tonytamsf/docker-splunk that referenced this issue Oct 4, 2018
lephino added a commit that referenced this issue Oct 4, 2018
#6 change to use master branch of splunk/splunk-ansible for a quick fix
@lephino lephino closed this as completed Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants