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

Make Heroku destination refspec more specific. #760

Merged
merged 1 commit into from
Dec 18, 2014

Conversation

gdborton
Copy link

Pushing to a new Heroku application (not pushed to yet) was failing with the below output. Making the refspec more specific allowed the push to go through.

$ git push heroku HEAD:master --force
Initializing repository, done.
error: unable to push to unqualified destination: master
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
error: failed to push some refs to '[email protected]:application-name.git'

bradrydzewski added a commit that referenced this pull request Dec 18, 2014
Make Heroku destination refspec more specific.
@bradrydzewski bradrydzewski merged commit 0452090 into harness:master Dec 18, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants