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 :