Ubuntu16.04 git安裝與配置

安裝git,在終端輸入 sudo apt-get install git 配置git,在終端輸入 git config --global user.name "your name" git config --global user.email "your email" 建立公鑰。 ssh-keygen -C "your email" -t rsa 4. 在github添加SSH key 將目錄下的
相關文章
相關標籤/搜索