Cloning a read-write github repository using TortoiseHg

后端 未结 5 1778
长情又很酷
长情又很酷 2020-12-24 08:57

I\'m trying to clone my personal fork on github using the git+ssh protocol with TortoiseHg. It\'s giving me a rather strange error. Here is the command

hg cl         


        
5条回答
  •  遥遥无期
    2020-12-24 09:06

    I found I had to launch Pageant and load my SSH key and then initially clone using the command-line e.g.:

    hg clone git+ssh://git@github.com//.git
    

    But from then on I could use TortoiseHg against GitHub (push and pull) just fine (although Pageant needs to be running for authentication to work).

提交回复
热议问题