quot checkout commit git

linux 安装最新版本git

第一步,官网下载安装包 https://git-scm.com/download/linux 第二步,解压安装包 tar -zxvf git-2.34.1.tar.gz 第三步,安装编译环境 yum install curl-devel expat-devel gettext-devel opens ......
版本 linux git

git bash报错fatal: detected dubious ownership in repository at的解决方法

由于新版本的git安全机制,需要核对文件安全性,如果文件夹所以者和当前用户不一致就警告。 方法1,可以把文件的所有者更改为当前用户的 方法2,命令 git config --global --add safe.directory "你的目录或者文件" 意思就是把该目录或者文件白名单安全的 ......
repository ownership detected dubious 方法

【Leetcode1949. 坚定的友谊】使用MySQL在无向图中寻找{"CompleteTripartite", {1, 1, 3}}这个pattern

题目地址 https://leetcode.cn/problems/strong-friendship/ 思路 就是在无向图中寻找这个pattern: (* Mathematica *) GraphData[{"CompleteTripartite", {1, 1, 3}}] SQL写还是比较麻烦。 ......

Python中出现"No module named 'requests'"的图文解决办法

第一步 找到pycharm中的虚拟环境的位置 第二步 打开虚拟环境位置的文件夹 找到Scripts的这个文件夹 然后复制该文件夹的地址 第三步 打开“运行”(可以用快捷键WIN+R键打开) 然后输入 cmd 第四步 切换目录到虚拟环境的盘符 输入“D:”(我的虚拟环境在D盘所以切换到D盘) 第五步 ......
quot requests 办法 图文 Python

在Windows上出现"localhost拒绝连接”的问题

我的问题如下: 我在win11下想使用phpEnv配置php7.4-nginx的环境,通过xdebug用vscode调试,但在配置环境的时候出现了问题,访问默认的localhost站点时出现localhost 已拒绝连接的问题,而使用127.0.0.1会直接访问到D:\Download\phpEnv ......
localhost Windows 问题 quot

"nginx.conf" E514 : write error (file system full?)

出现这段提示,可以先看看磁盘空间是不是满了 不看不知道,一看吓一跳,什么时候我的业务这么丰富了 下面开始查看哪个位置占用空间了 查看各目录大小 du -h --max-depth=1 / 再次确认详细的地方 du -h --max-depth=1 /home 这里就确认了具体的位置 这个时候先删除m ......
quot system nginx error write

git commit规范

git commit message基本格式 <type>(<scope>): <subject> type(required) 用于说明git commit的类别,只允许使用下面的标识。 feat:新功能(feature)。 fix:修复bug,可以是QA发现的BUG,也可以是研发自己发现的BUG ......
commit git

加了@SessionAttributes("uid")退出登陆后如何清除session

@RequestMapping("cleanSession") public int cleanSession(HttpSession session, SessionStatus sessionStatus, HttpServletRequest request, HttpServletRespo ......
SessionAttributes quot session uid

Git提交规范

参考 https://juejin.cn/post/6844903793033756680 正文 Commit message 格式,为了方便使用,我们避免了过于复杂的规定,格式较为简单且不限制中英文: <type>(<scope>): <subject> // 注意冒号 : 后有空格 // 如 f ......
Git

如何把已有项目上传到git

已有项目上传到git 若要将现有的项目上传至Git仓库中,可以按照以下步骤进行操作: 在本地创建一个新的文件夹用于存放该项目。 打开命令行工具(如Windows系统中的cmd或者MacOS/Linux系统中的Terminal)并导航至该文件夹所在路径。 使用git init命令初始化一个空的Git仓 ......
项目 git

一段shell代码可用于git部署代码到服务器的操作

整个执行的思路: 1 先放弃服务器本地的修改,把代码从git管理服务器检出,最新的代码。 2 复制配置测试或生产环境配置文件到工程里面。 3 文件夹的权限重新覆盖。 比如把下面这段bash 脚本命名为test_shop.sh,赋予它可执行的权限。chmod a+x test_shop.sh #!/b ......
代码 服务器 shell git

openEuler欧拉设置git pull免密

使用git config命令在本地全局设置用户名和邮箱 git config --global user.name "username":全局添加用户名 git config --global user.email “someone@mail.com”:全局添加邮箱 git config --glo ......
openEuler pull git

git常用命令

1.克隆项目到本地 git clone http://www.test.com/test/code.git 2.创建工作区,创建分支,删除分支 git init git branch dev git branch -d dev 3.查看远程分支和本地分支情况 git branch -a //查看所有 ......
命令 常用 git

cdn引入vue后报错无法识路径 Uncaught TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".

如果你用了 pinia 就需要引入 vue-demi: ​​vue-demi​ 是一个 Vue.js 的兼容性库,旨在为 Vue 2 和 Vue 3 提供一致的 API。它通过提供与 Vue 3 相似的 API 来帮助开发者平滑地迁移代码从 Vue 2 到 Vue 3。 pinia 为了兼容新, 使 ......
quot references 路径 TypeError vue

安装篇 —— git

下载git安装包 1、可以通过官网下载:https://git-scm.com/download/win 如果下载速度过慢,可以直接从阿里镜像中获取:https://registry.npmmirror.com/binary.html?path=git-for-windows/ 2、也可以从我的网盘 ......
git

jni Exception in thread "main" java.lang.UnsatisfiedLinkError:

java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System. ......

[Vue warn]: Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".

这个警告是因为你提供了一个模板选项(template option),但在当前的Vue构建版本中不支持运行时编译。解决该问题的方法是将你的打包工具配置别名(alias)将 "vue" 指向 "vue/dist/vue.esm-bundler.js"。 具体来说,如果你使用的是Webpack或者vit ......
quot bundler vue compilation esm-bundler

[转帖]京东大佬细说:Nginx反向代理时保持长连接,看完直呼"学到了!"

https://mp.weixin.qq.com/s?__biz=MzU1MzE2NzIzMg==&mid=2247488405&idx=1&sn=7081ff4e0ac1de38ef14acf49d9102cd&utm_source=tuicool&utm_medium=referral 前言: ......
quot Nginx

Conditional Git Configuration 有条件配置Git信息

本文学习自 Blog 本文介绍Git的一个特性,具有潜在的实用性。该特性就是“有条件地为Git项目配置Git信息”。这意味着开发者能根据简单的条件设置,为Git项目仓库自动添加或覆盖添加Git配置信息。 下面通过一个简单的例子进行说明。在系统层面的Git配置中,添加如下内容: [includeIf ......
Configuration Conditional Git 条件 信息

"Imagine" 歌词

Imagine there‘s no heaven It’s easy if you try No hell below us Above us only sky Imagine all the people Living for today Imagine there‘s no countries ......
quot Imagine 歌词

grep提示"Binary file (standard input) matches"

一、问题现象 [root@test ~]# cat 2e44fc3e1551879f86112ff36ef7671b313a7d0d7ad52ff8b5b080e850e10f50-json.log-20240110 |grep '2024-01-10' Binary file (standard ......
quot standard matches Binary input

PA0:git 相关指令+编译

git checkout xxx 切换到xxx分支 -b BB 创建新BB分支 在修改完文件后,git add 指令将修改内容推送到待上传区,git commit将修改上传上去。 git log 查看log记录 git diff 对比当前修改过的所有记录 make menuconfig注意是menu ......
指令 PA0 git PA

[OS] 在 Windows 11 中启用 "实时字幕 (Live captions)" 功能

打开实时字幕 实时字幕在 Windows 11 版本 22H2 及更高版本中提供。 选择 "开始 > 所有应用 > 辅助功能 > 实时字幕" 或按 Windows 徽标键 + Ctrl + L。 首次打开时,实时字幕将提示下载实时字幕语言文件,供设备语音识别使用。 如果你的语言不可用,则可以在设置过 ......
quot 字幕 实时 captions Windows

"副"字在英语中可以用vice、deputy、assistant、associate、under、sub等词表示

"副"字在英语中可以用vice、deputy、assistant、associate、under、sub等词表示。 副总裁 Vice President考试用书 国防部副部长(美国) Deputy Secretary of Defence 副总经理 Assistant General Manager ......
quot assistant associate deputy under

git新建分支

1、新建并切换到该分支 git checkout -b 新分支名称 2、删除分支 git branch -d 分支名称 3、合并分支 git merge 被合并分支名称 ......
分支 git

"mysql : 无法将“mysql”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。"错误以及"Can't connect to MySQL server on 'localhost' (10061) after Installation"错误解决办法

在mysql的安装路径的bin目录下执行命令 mysqld --install, 在windows上安装mysql服务 mysqld --initialize, 初始化数据目录. 然后在windows中使用win+r service.msc 命令打开windows服务, 找到并手动启动mysql的服 ......
quot 路径 错误 名称 mysql

SciTech-Github-解决git push时的 Error: hasDotgit: contains '.git'

AbaelsMacBookPro:pelican abaelhe$ git push Enumerating objects: 6872, done. Counting objects: 100% (6872/6872), done. Delta compression using up to 8 ......

Arch Linux 更新出现PGP签名未信任,error: *: signature from "*" is unknown trust

更新ArchLinux时出现PGP签名问题: 分析原因是 包含了 archlinux-keyring的更新,导致部分软件包的签名不一致,未信任。 单独更新 archlinux-keyring,再执行更新命令即可解决。 ......
quot signature unknown Linux error

git操作-03-拉取远程仓库2个场景

A:场景一:本地有一个空目录“project”作为开始 1、初始化 git init 方式一:选择:关联远程仓库然后拉取 git remote add origin https://gitee.com/ran-baihong/test.git 3、拉取dev分支: git pull origin d ......
仓库 场景 git 03

git操作-02-分支创建

注意:如果远程有dev分支,本地也需要在dev分支上。如果本地在cc分支,提交到远程dev分支是无效的 一、查看分支 git branch 列出本地已经存在的分支,并且当前分支会用*标记 git branch -r 查看远程版本库的分支列表 git branch -a 查看所有分支列表(包括本地和远 ......
分支 git 02
共3200篇  :1/107页 首页上一页1下一页尾页