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 複製公鑰內
相關文章
相關標籤/搜索