赞
踩
每次gitlab添加项目需要上传代码,一般都使用git指令上传,这里使用IDEA进行无指令上传
注意事项:
1 首先创建新的空工程,点击加号→New project
2 选择Create blank project创建新工程
3 复制gitlab的仓库地址http://ip/xxxxx.git,如下图
4 使用IDEA创建git仓库,选择VCS→Create Git Repository
5 这是VCS选项会消失,变成Git选项,添加git仓库地址,Git→Manage Remotes
6 填写地址,点击加号
7 点击Fetch
8 点击打钩符号提交commit代码
9 填写上传的信息,点击commit as it
10 然后点击push符号
11 查看仓库是否上传成功
remote: GitLab:
remote: A default branch (e.g. main) does not yet exist for datax
remote: Ask a project Owner or Maintainer to create a default branch:
1 可以看到Ask a project Owner or Maintainer to create a default branch这句,我们没有权限上传,我看了一下我的权限是Developer,没有权限上传全新的项目
2 更改权限Maintainer
3 再次push即可成功
作为程序员第 67 篇文章,每次写一句歌词记录一下,看看人生有几首歌的时间,wahahaha …
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。