linux從本地上傳文件夾到gitlab

1.在本地運行ssh-keygen -t rsa -C "[email protected]" -b 4096 生成SSH. 2.cat ~/.ssh/id_rsa.pub 複製裏面的內容;之後去Gitlab項目頁面,右上角->用戶->Settings-> 左邊SSH Keys 將cat裏面的內容粘貼到這個文本框裏 3.git clone [email protected] 將gitlab上的項目
相關文章
相關標籤/搜索