六一的部落格


苔滑非关雨,松鸣不假风。




说明

配置文件 ~/.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报错