github - hg-git repository not found -


i configure mercurial project able push github repository.

while using command:

hg push git+ssh://git@github.com/myusername/myproject.git

i receive msg:

abort: repository git+ssh://git@github.com/myusername/myproject.git not found!

i check , establish ssh connection, , looks ok:

hi myusername! you've authenticated, github not provide shell access.

my respository url copied github (it's fork other open-source project): https://github.com/myusername/myproject.git

what else should check? why have information doesn't exist while, in fact, does? can problem?

are sure have enabled , setup hg-git extension correctly. error appears if extension not correctly setup.

can try local git repository phase-out github possible error.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -