Exists there any way to define for each cloned repo the path of which SSH key pair it should use?
相关问题
- JavaScript File Transfer SSH
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
相关文章
- 请教Git如何克隆本地库?
- Mercurial Commit Charts / Graphs [closed]
- Check if directory exists on remote machine with s
- What is the tortoisehg gui equivalent of doing “hg
- How to use Mercurial from Visual Studio 2010?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
Yes, you need to define a
~/.ssh/config
file, in which you can declare different ssh names, with a custom full path name for the public/private key to use.From there, the ssh url of the repo can be:
See also: