Installing Hg-Git on Windows 7 64bit

前端 未结 3 2058
有刺的猬
有刺的猬 2021-02-05 11:45

I am trying for a while installing Hg-Git addon to my Windows 7 Operating system

  1. I have crossed several difficulties like installing Python and other utilities

3条回答
  •  北海茫月
    2021-02-05 12:21

    Ok i got it so ... For others - you need to clone this repo

    HTTPS:

    git clone https://github.com/jelmer/dulwich.git
    

    SSH:

    git clone git@github.com:jelmer/dulwich.git
    

    or just download source - after that you need to go to its folder when you downloaded in command line type:

    python setup.py install
    

    You are done after you can simply do:

    easy_install hg-git
    

    On windows and make it work - so congratulations :-) Close.

提交回复
热议问题