L
L
lulik062014-11-09 20:28:13
cmd/bat
lulik06, 2014-11-09 20:28:13

How to do the initial setup of mercurial?

Friends, help me understand the basics of mercurial.
They gave me the server address and the PPK key Win7
system, I write in the console:
hg config --edit the config pops
up, I enter into it:
username = ilya
ssh="C:\Progra~1\PuTTY\plink.exe" -ssh -i " C:\hg\id_rsa.ppk" I save
, then:
hg init
hg clone ssh://
Clones, but at the end says remote: stdin: is not tty
I change any file, I write to the console:
hg add
hg commit
Replies: nothing changed
Where am I wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vsuhachev, 2014-11-10
@lulik06

hg init creates a new empty repository
hg clone clones the repository
So you don't need to do init before clone. In general, download the GUI , it's easier to configure with it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question