我创建了一个项目。我想将我的项目存储在Gitlab中。如何使用命令行在Gitlab中创建本地存储库和远程存储库? 我正在寻找创建本地存储库和远程存储库的方法。
我找到了解决方案。 使用Gitlab创建本地存储库和远程存储库的步骤。
使用SSH进行Git推送(已创建远程存储库)- git push --set-upstream git@gitlab.example.com:namespace / nonexistent-project.git master
使用HTTP进行Git推送- git push --set-upstream https://gitlab.example.com/namespace/nonexistent-project.git主
答案 0 :(得分:2)
使用Gitlab创建本地存储库和远程存储库的步骤。
使用SSH进行Git推送(已创建远程存储库)-git push --set-upstream git@gitlab.example.com:命名空间/不存在-project.git 大师
使用HTTP进行Git推送-git push --set-upstream https://gitlab.example.com/namespace/nonexistent-project.git大师