Git SSH公鑰配置

首先下載安裝git:https://git-scm.com/downloads/ 一路默認,安裝完成後,打開文件夾C:\Users\Administrator\.ssh(Administrator是當前用戶名),在空白處點鼠標右鍵選擇「Git Bash Here」 ,打開gitbash。 配置用戶名和郵箱: $ git config --global user.name "your_name" $
相關文章
相關標籤/搜索