On Apr 15 2009, 6:42 pm, Zac Zheng <[email protected]> wrote: > I am have the same error message of "fatal: ambiguous argument 'HEAD../ > master': unknown revision or path not in the working tree". I too > arrived at this point from fumbling with push.
This solution worked for me:
Edit .git/config and change
[branch "master"]
remote =
to
[branch "master"]
remote = origin
--
Robin
