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上的项目
相关文章
相关标签/搜索