문제

I am migrating from CVS to Git. I am trying the following command on Cygwin Terminal

$ git cvsimport -v -d :pserver:kashif.nazar@cvs-server:/cvsroot MyModule

but I am getting the following response.

AuthReply: I HATE YOU

Seems like this is an authentication issue.

Where am I going wrong?

도움이 되었습니까?

해결책

Log in via CVS first:

cvs -d :pserver:kashif.nazar@cvs-server:/cvsroot login

You'll need your pserver password (often it's just "guest" or an empty string).

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