commitlint时报found git

win10安装git fatal: open /dev/null or dup failed: No such file or directory错误解决方法

https://files.cnblogs.com/files/netlock/null.zip?t=1703226893&download=true 文件地址 解决方法:1.C:\Windows\System32\drivers\null.sys 这个文件损坏,可以从网上下载win7、win10对 ......
directory 错误 方法 failed fatal

初次认识 Git (v2.x)

什么是版本控制? 版本控制,也称为源代码控制,是一种跟踪和管理软件代码变更的实践。版本控制系统是软件工具,可帮助软件团队管理源代码随时间推移而发生的变更。随着开发环境的加速,版本控制系统可以帮助软件团队更快、更智能地工作。它们对于 DevOps 团队特别有用,因为它们可以帮助该团队缩短开发时间并提高 ......
Git v2

How to permanently delete a file stored in GIT (both from the local and remote repositories)?

First run git filter-branch -f --index-filter "git rm -rf --cached --ignore-unmatch FOLDERNAME" -- --all Then shrink the .git folder rm -rf .git/refs/ ......

Git 远程仓库地址修改了怎么整

项目迁移了一波仓库地址,从自建的git-lab到gitee,所以远程仓库地址发生了变更。 命令: git remote -v # 查看本地配置的远程仓库地址,针对下图中的origin,有的人起名字可能不一样 git remote set-url origin 【新的远程仓库的地址】 ......
仓库 地址 Git

Uniapp开发:HBuilder开发工具从Git引入的项目文件修改后不区分显示标识的问题

一、问题如下 使用的HBuilder X版本:3.98 Git插件已安装: 项目结构如下: 右击项目目录,在git命令中-》检查已修改,可以发现还是能检索到修改过的文件: 文件是有修改过的,但是在上图中没有任何的修改标识,这些文件也没有添加到.gitignore配置中。 二、问题解决 配置git环境 ......
开发工具 标识 HBuilder 文件 工具

如何在 Git 书写良好的 Commit Messages

如何在 Git 书写良好的 Commit Messages Why(为什么编写) | How(如何编写) Why Messages A diff will tell you what changed, but only the commit message can properly tell you ......
Messages Commit Git

rabbitmq添加延时通道时报错

rabbitmq添加延时通道时报错 'x-delayed-type' must be an existing exchange type 解决方案: 我实际用的是x-delayed-type:topic ......
rabbitmq 时报 通道

SSH生成密钥并添加到Git的SSH Krys中

官方连接:https://docs.github.com/zh/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your- ......
密钥 SSH Krys Git

git 下载指定文件夹的方法

有时候一个项目非常大,特别像一些课程源码往往只需要下载一个文件夹。下面是用git 下载指定目录的办法。 这里以 https://gitee.com/dotnetmoyu/SimpleAdmin.git 为例,只下载其中的 web 文件夹。 git 命令如下: //克隆元数据到本地,但不开始下载 gi ......
文件夹 文件 方法 git

vscode 错误 go: go.mod file not found in current directory or any parent directory; see 'go help modules'

前言 安装VSCODE 后,新建立的GO文件按F5出错。go: go.mod file not found in current directory or any parent directory; see 'go help modules' 处理步骤 开启go modules功能 命令行输入 go ......
directory go 错误 current modules

BindingException: Invalidbound statement (not found)

一、报错 二、原因 未扫描到Mapper文件 三、解决 方式一 mybatis: mapperLocations: classpath:mapper/**/*.xml 方式二 <!-- 项目打包时会将java目录中的*.xml文件也进行打包 --> <build> <resources> <reso ......

将本地项目上传到git

设置好本地git账户配置信息 git config --global user.name "【你的Gitee的用户名】" git config --global user.email "【你的Gitee绑定的邮箱】" 1.远程建立好仓库,一般地址为 https://gitee.com/[你的git账 ......
项目 git

Github Action - Error: Kubectl '1.29.0' for 'amd64' arch not found

Error: Kubectl '1.29.0' for 'amd64' arch not found Changing - name: Install kubectl uses: azure/setup-kubectl@v3 with: version: '1.28.2' # version of ......
39 Kubectl Github Action Error

解决Qt6“QApplication file not found”和“无法运行 rc.exe”错误

最近开始学习Qt(趟坑),买了一本《C++ GUI Qt 4编程》,照着书上的例子做,第一个就报编译不过,报错信息:'QApplication' file not found 查了下Qt助手, 使用qmake,需要加一句:QT += widgets 原因在于QApplication在Qt6中被放在了 ......
QApplication 错误 found file Qt6

git远程仓库

git创建公匙 ssh-keygen -t rsa查看公匙 cat ~/.ssh/id_rsa.pub 复制公匙 ssh -T git@gitee.com 创建端名 git remote add origin git remote add origin git@gitee.com:kkkk12300 ......
仓库 git

[Troubleshooting] kubectl cp exit code 255 - exec: \"tar\": executable file not found in $PATH"

0. 背景 kubectl cp container 文件到本地 host 报错: $ kubectl cp test/po-test-pod-0:/tmp ./ -c ctr-test-container time="2023-12-20T02:17:29Z" level=error msg="e ......

使用阿里云oss报错:com.alibaba.cloud:aliyun-oss-spring-boot-starter:jar:unknown was not found in

根据阿里云OSS的案例文档,在springboot项目中配置pom 时报错 https://github.com/alibaba/aliyun-spring-boot/tree/master/aliyun-spring-boot-samples/aliyun-oss-spring-boot-samp ......

Class 'Thread' not found in

Class 'Thread' not found in Fatal error: Uncaught Error: Class 'Thread' not found in C:\wamp\www\demo_test.php: 解决办法 1)浏览器打开 http://127.0.0.1/?phpinfo ......
Thread Class found 39 not

git问题

文件名太长,无法签出工作树警告:克隆成功,但签出失败 git config --global core.longpaths true 设置用户名 git config --global --replace-all user.name "your user name" 设置邮箱git config - ......
问题 git

Unable to negotiate with ip port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss

一、解决 cd ~/.ssh vim config # 添加以下内容 Host * HostkeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa ......
negotiate ssh matching ssh-rsa ssh-dss

BindingException: Invalidbound statement (not found)

一、报错 二、原因 未扫描到Mapper文件 三、解决 方式一 mybatis: mapperLocations: classpath:mapper/**/*.xml 方式二 <!-- 项目打包时会将java目录中的*.xml文件也进行打包 --> <build> <resources> <reso ......

git 合并分支处理

前提 合并分支之前,拉取需要合并的两个分支的最新代码;(git pull) git checkout <brachName> // 切换分支git branch -a // 查看所有分支git status // 查看当前分支状态git log // 查看当前分支日志 git merge 需要合并到 ......
分支 git

07信息打点-资产泄漏&CMS 识别&Git 监控&SVN&DS_Store&备份

一、知识点CMS 指纹识别源码获取方式习惯&配置&特性等获取方式托管资产平台资源搜索监控 二、详细点源码泄漏原因: 从源码本身的特性入口从管理员不好的习惯入口从管理员不好的配置入口从管理员不好的意识入口从管理员资源信息搜集入口 源码泄漏集合: composer.json git 源码泄露svn 源码 ......
amp 备份 DS_Store 资产 Store

Git — husky + eslint 实现提交前校验与规范提交

node版本: = 14.21.3 || >16.0.0 一、配置ESlint 1.1 安装eslint npm install eslint -D 1.2 初始化eslint,生成配置文件 npx eslint --init 1.3 在编辑器安装ESlint插件 1.4 通过执行命令检测文件代码规 ......
eslint husky Git

Git 提交代码报错

1、报错代码:use “git add …” to include in what will be committed 2、执行 git commit -m “描述语句” 提交代码时报错。 3、网上找了很多,但是后面还是发现了 ,执行“git add …”,有提示错误。 4、解决访问:按照git a ......
代码 Git

UE5打包出现ERROR: Client target not found

由于需要测试Client连接DS来测试联机同步逻辑,所以需要打个Client的包出来,但是在我设置好Client的打包设置然后运行时,出现了ERROR: Client target not found 最后找UE官方论坛下的一个帖子: https://forums.unrealengine.com/ ......
Client target ERROR found UE5

切换Git远程路径

一、切换仓库地址 1、直接修改远程路径 git remote set-url origin URL 2、先删除再添加 # 删除现有库 git remote rm origin # 添加新库 git remote add origin url 二、查看远程仓库地址 git remote -v ......
路径 Git

Git:submodule子模块操作

一、子模块添加 git submodule add <url> <path> git submodule add https://github.com/../.git themes/MeiFixIt 二、子模块更新 git submodule update --remote --merge 三、下载 ......
submodule 模块 Git

Git:submodule子模块操作

一、子模块添加 git submodule add <url> <path> git submodule add https://github.com/../.git themes/MeiFixIt 二、子模块更新 git submodule update --remote --merge 三、下载 ......
submodule 模块 Git

切换Git远程路径

一、切换仓库地址 1、直接修改远程路径 git remote set-url origin URL 2、先删除再添加 # 删除现有库 git remote rm origin # 添加新库 git remote add origin url 二、查看远程仓库地址 git remote -v ......
路径 Git
共2850篇  :5/95页 首页上一页5下一页尾页