Hello,
I'm a japanese user.
I migrating mercurial repos to git using the following URL.
but, I have error message "not found the repository" with input command "hg push"
why? git repo's url should be correct.
I wrote my hgrc,
[paths]
default = ssh://hg@bitbucket.org/myorg/repo_name
default = git+ssh://git@bitbucket.org/myorg/repo_name.git
I wrote too, but don't work
[paths]
#default = ssh://hg@bitbucket.org/myorg/repo_name
default = git+ssh://git@bitbucket.org/myorg/repo_name.git
this command input to sourcetree's terminal.
please tell me cause and remedy.
best regards,
Hiromi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.