TortoiseGit - Multiple GitHub repositories with different key pairs each

前端 未结 1 812
谎友^
谎友^ 2021-01-26 23:52

I have 3 GitHub repositories: {repo1, repo2, repo3}, each one with a different public key as Deploy key under each repository settings.

On a re

相关标签:
1条回答
  • 2021-01-27 00:14

    You have several options:

    1) Use PuTTY sessions as described in https://stackoverflow.com/a/29183147/3906760 and the TortoiseGit FAQ

    2) Use OpenSSH as SSH client (see https://stackoverflow.com/a/32115724/3906760).

    3) Use https with a credential helper and put the username into the URL like https://username@example.com/path (also see https://stackoverflow.com/a/34611311/3906760).

    0 讨论(0)
提交回复
热议问题