문제

I have to download some source code from google code. But unfortunately the source code is available within the hg clone command:

hg clone https://code.google.com/p/fr-belote/

How I download this source code from windows. The hg clone command is very new for me.

도움이 되었습니까?

해결책

You need to install "Tortoise Hg Workbench" and then from command line you can execute commands like "hg clone https://code.google.com/p/ics-openvpn/"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top