mac上怎么从github上拉取代码

1、电脑上已经有git,终端输入git,显示

mac上怎么从github上拉取代码

 

 

 2、创建ssh key, 配置git

(1)、设置username

mac上怎么从github上拉取代码

 

 

 (2)、创建ssh key

mac上怎么从github上拉取代码

 

 

 回车就创建好了

可以输入:open .ssh/id_rsa.pub 进行查看

查看key的方法:cat .ssh/id_rsa.pub

mac上怎么从github上拉取代码

上一篇:Eclipse 的安装


下一篇:Linux Shell 处理用户输入