简体   繁体   中英

git cvsimport with AuthReply: I Hate you error. Used cvs login but still fail

I tried to use git cvsimport with

git cvsimport -v -d :pserver:kuongkwan@PSLIS:/slis -r cvs -k SLIS

I tried the solution

cvs -d :pserver:kuongkwan@PSLIS:/slis login 

already which has been posted before in stackoverflow by the others, but it fails.

It throws AuthReply: I HATE YOU error. I'm running in Windows 10. Any one know what's the problem? Thanks.

If even the cvs login step ( cvs -d:pserver:kuongkwan@PSLIS:/slis login ) fails, with a "I HATE YOU" error, that might means:

  • you don't have access to the CVS repository
  • you have the wrong password
  • your password includes special characters that might need to be percent-encoded

If the login succeeds, but the import fails, then, as in this thread , you might need to clone the CVS repository first with cvsclone .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM