Guillaume Yziquel a écrit :
> -5- git push origin master

"git push origin" makes sense only if the repository has been cloned
from somewhere else. Since you are creating it, "origin" doesn't exist.

Try instead:

-5- dom-new-git-repo ocaml-r

After, you can use git-remote to add the "origin" references. However,
the simplest way is probably to use dom-git-checkout elsewher to have
everything set up right (and to check that the remote repository is fine).


Cheers,

-- 
Stéphane


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to