六一的部落格


关关难过关关过,前路漫漫亦灿灿。




说明

配置文件 ~/.ssh/config

1Host github.com
2HostName github.com
3User git
4IdentityFile ~/.ssh/<下级目录>/私钥名称       

便签

-
指定SSH Key
找不到Key报错

指定SSH Key



说明

配置文件 ~/.ssh/config

1Host github.com
2HostName github.com
3User git
4IdentityFile ~/.ssh/<下级目录>/私钥名称       

便签

-
指定SSH Key
找不到Key报错