Error with git: remote HEAD is ambiguous, may be one of the following
Posted
by vfclists
on Stack Overflow
See other posts from Stack Overflow
or by vfclists
Published on 2010-04-04T13:31:26Z
Indexed on
2010/04/04
13:43 UTC
Read the original article
Hit count: 656
After branching and pushing to the remote, a git remote show origin
gives the report
HEAD branch (remote HEAD is ambiguous, may be one of the following):
master
otherbranch
What does the imply?
It is a critical error?
- remote origin Fetch URL: [email protected]:/home/gituser/repos/csfsconf.git Push URL: [email protected]:/home/gituser/repos/csfsconf.git HEAD branch (remote HEAD is ambiguous, may be one of the following): master otherbranch
© Stack Overflow or respective owner