TortoiseSVN keeps on asking me for my password

前端 未结 8 1328
日久生厌
日久生厌 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:35

    If you're using a key to connect via SSH, and that key is password protected, it isn't SVN asking you for your password, it is SSH (or Plink).

    SVN will make multiple calls, each establishing its own connection, and SVN doesn't know anything about the password requirement of SSH, thus it cannot cache the password.

    You can avoid this by using an SSH key agent. For example, if you're using PuTTY, then use PuTTY's, Pageant.

提交回复
热议问题