gitlab项目组下创建项目

$ git push -u git@192.168.101.129:/DrvOps/Dev_Test :

报错信息如下:

remote: ========================================================================
remote:
remote: The project you were looking for could not be found or you don't have permission to view it.
remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

解决步骤

第一步查看用户权限

权限是Maintainer

第二步查看组路径是否与push的路径一致


发现是路径写错了,注意路径必须与gitlab的保持一致
$ git push -u git@192.168.101.129:/devops/Dev_Tes :

最新文章

  1. js截取中英文字符串、标点符号无乱码示例解读
  2. ural 2070. Interesting Numbers
  3. 使用GIT进行源码管理——GIT托管服务
  4. Nagios学习笔记一:基本安装和配置
  5. jquery导航二级栏目下拉
  6. 跨站点端口攻击 – XSPA(SSPA)
  7. iOS开发——开发必备OC篇&UITableView设置界面完整封装(二)
  8. I.MX6 Android Linux shell MMPF0100 i2c 设置数据
  9. PHP FTP上传文件
  10. Google Chrome中的高性能网络(一)
  11. java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils
  12. interbase C++Builder 简单例子
  13. Centos7多网卡绑定操作,通过nmcli命令操作。
  14. 201521123015 《Java程序设计》第3周学习总结
  15. IIS出现The specified module could not be found的解决方法
  16. ueditor后台配置项返回格式出错,上传功能将不能正常使用
  17. WiFi-ESP8266入门http(3-3)网页认证上网-post请求-ESP8266程序
  18. js隐藏中间4位,变成‘*’号
  19. 64位Win7系统WMware安装Mac OS
  20. ASP.NET Core 中使用 GrayLog 记录日志

热门文章

  1. [bug] CM / CDH 主机运行状态不良情况
  2. [刷题] PTA 02-线性结构1 两个有序链表序列的合并
  3. [BD] Flume
  4. Docker —— 使用 Dockerfile 制作 Jdk + Tomcat 镜像
  5. Jenkins——安装部署
  6. MyBatis 映射文件详解(六)
  7. C语言进阶日志二
  8. IDEA 快速上手指南(全配置)(Day_23)
  9. Django Admin后台管理功能使用
  10. Go语言标准库log介绍