Git的簡單配置

一 、 設置Git的user name和email: $ git config --global user.name "xxx" $ git config --global user.email "[email protected]" 二、生成SSH**過程: 1.查看是否已經有了ssh**:cd ~/.ssh 如果沒有**則不會有此文件夾,有則備份刪除 2.生存**: $ ssh-******
相關文章
相關標籤/搜索