TortoiseGit - Multiple GitHub repositories with different key pairs each

帅比萌擦擦* 提交于 2019-12-02 08:09:59
MrTux

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).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!