TortoiseSVN keeps on asking me for my password

前端 未结 8 1294
日久生厌
日久生厌 2021-01-03 23:49

I have source code checked out on my Linux machine. I connect to it via Samba. On a Linux machine, the SVNROOT is set to @. In addito

8条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-04 00:41

    This happen when you connect to svn+ssh using a key (private key) that got a passphrase. In this case Tortoise svn will use ssh (like mine is putty) and it will prompt you for password.

    To allow it to not asking you for passphrase you need to use Pageant, after you add key to Pageant, it will keep the phrase and not ask you more...

    To know how to add key, read the below:

    https://www.digitalocean.com/community/tutorials/how-to-use-pageant-to-streamline-ssh-key-authentication-with-putty

提交回复
热议问题