Git多帳號配置

首先需要本地安裝了git 然後打開Git Bash 1、生成第一個賬號的密鑰: 在Git Bash Here的控制檯裏輸入: git config --global user.name "你的名稱"   回車 git config --global user.email "你的郵箱"    回車 這裏的郵箱是你申請git賬號時的郵箱,不報錯就是正確的,繼續往下走 輸入 ssh-keygen -t
相關文章
相關標籤/搜索