第3節-git和github關聯

1.首先咱們要有github帳號,沒有本身去官網註冊html 2.本地配置git git config --global user.name "你的用戶名" git config --global user.email "你的郵箱" 3.生成ssh key,連按3次回車便可github ssh-keygen -t rsa -C "你的郵箱"  4  . 關聯githubssh 把咱們本地 ~/.s
相關文章
相關標籤/搜索