logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

通过 SSH 连接 GitHub

Step 1: Generate SSH Key Pairs# Check if there are any shh key pairs you can usels -al ~/.ssh# Or generate SSH key on your own local systemssh-keygen -t rsa -b 4096 -C "your comments of this key pairs

#github#ssh
到底了