01 2019 档案
Git bash 配置多个远端仓库
摘要:$ cat .ssh/config #aliyeye Host aliyeye.com.cn HostName aliyeye.com.cn PreferredAuthentications publickey IdentityFile ~/.ssh/aliyeye_com_rsa # gitee Host gitee.com HostName gitee.c...
阅读全文