Linux git 环境搭建

1. 安装git yum instal gitgit 中途须要y确认github 2.设置git config 属性 git config --global user.name "Your Name" git config --global user.email "email@example.com" 3.生成ssh所需的key ssh-keygen 4.查看生成的ssh-key cat  ~/.
相关文章
相关标签/搜索