Git多用戶管理

在Git使用過程中,會遇到多用戶權限驗證問題,此處做一個簡單介紹; 1、生成公鑰 2、github ssh綁定(或gitee) 3、git ~/.ssh/ 目錄下config文件配置 4、關聯項目並配置本地倉庫用戶 1、Git公鑰生成示例,分別生成github和gitee的公鑰 #github公鑰 $ ssh-****** -t rsa -C 「[email protected]」 -f ~/
相關文章
相關標籤/搜索