Gitlab 提交

本地项目提交到Gitlab

1.新建一个文件夹 复制代码

cd existing_folder
git init
git remote add origin git@@@@@.@@@@:@@@@/文件夹名.git
git add .
git commit
git push -u origin master

2.添加可操作人

3. 生成 key  :ssh-keygen -t rsa -C "youremail@example.com"





原文地址:https://www.cnblogs.com/pangdaxingyyy/p/10593743.html