当前位置:   article > 正文

GitLab、Tortoise Dev Log_locking support detected on remote "origin". consi

locking support detected on remote "origin". consider enabling it with: $ gi

〇、注

一、安装
Git
TortoiseGit
二、使用问题

1.GitLab :A default branch (e.g. master) does not yet exist for /
问题原因:GitLab 项目权限设置错误
解决方法:在GitLab中改成最高权限即可
2.remote: GitLab: You are not allowed to push code to protected branches on this project.
在这里插入图片描述解决方案:
1.Reponsitory->Branches->
在这里插入图片描述Protected branches can be managed in project settings.
Project Settings->Protected Branches->Expand->
在这里插入图片描述3.Locking support detected on remote “origin”. Consider enabling it with:
$ git config lfs..git/info/lfs.locksverify true

在这里插入图片描述3.fatal : unable to access ‘respository url’ : SSL certificate problem: certificate has expired在这里插入图片描述

TortoiseGit->Settings->Git->Edit global .gitconfig->

[http]
	sslVerify = false
  • 1
  • 2

4.Another git process seems to be running in this repository, e.g. Git…
删除index.lock文件

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/644900
推荐阅读
相关标签
  

闽ICP备14008679号