Git對於代碼的綜合操作

1.首先在git網頁上新建項目 2.將項目clone到本地,這裏選擇http 3.配置全局的name和email,參照你創建的工程Git global setup git config --global user.name "bleakie" git config --global user.email "[email protected]" 4.生成key ssh-keygen -t rsa -
相關文章
相關標籤/搜索