赞
踩
〇、注
一、安装
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
4.Another git process seems to be running in this repository, e.g. Git…
删除index.lock文件
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。