gitbash - Add different ssh to different warehouses on github. How do you configure the config file when uploading using git bash locally?
大家讲道理
大家讲道理 2017-05-02 09:38:31
0
2
600

Each warehouse can create keys, as shown below

Two sshs are also created locally

When I upload another project that should use id_rsa_frontend, id_rsa is used by default

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
左手右手慢动作

I referred to this tutorial before, please check if it is the answer you want.
《git configure multiple SSH-Key》

洪涛

When there are multiple public and private key pairs locally, add these private keys to the private key table used for verification through ssh-add.
In this way, when we connect to the server through the SSH client (Git's SSH protocol), the private keys in the local private key table will be checked one by one.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template