git与github的连接和使用(linux版)

git与github的连接和使用(linux版) 一 git的安装 安装git sudo apt-get install git git配置 git config --global user.name "这里改为你的名字" git config --global user.email "这里改为你的邮箱地址" 创建公钥 ssh-keygen -C '这里改为你的邮箱地址' -t rsa 复制公钥内
相关文章
相关标签/搜索