git的簡單操做總結

1. git 配置:             git config --global user.name "xxx"     //配置用戶名             git config --global user.email "xxx"    //配置郵箱 2.配置 sshkey              1. 建立本地 ssh : ssh-keygen -t rsa -C "碼雲的註冊郵箱"
相關文章
相關標籤/搜索