Pod和npm常用命令

2020-05-12  本文已影响0人  片片碎

一、pods

二、npm

三、SSH

1、检查是否已经存在文件id_rsa 或 id_rsa.pub,对外只提供pub(公开)文件

```
cd ~/.ssh

ls

```

2、创建
```
//创建
ssh-keygen -t rsa -C "your_email@example.com"

//查看key
cat ~/.ssh/id_rsa.pub

```

3、测试
shh -T your_email@example.com

上一篇下一篇

猜你喜欢

热点阅读