E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
.gitconfig
git 修改用户名称
打开cmd窗口,输入
gitconfig
--globaluser.name“XXX”修改成功后,gitconfiguser.name
长不大 的小孩
·
2023-11-10 18:13
git
github
盘点那些开发中经常用到的git命令
入职第一天配置邮箱账号
gitconfig
—globaluser.email"XXXX"
gitconfig
—globaluser.name"XXXX"生成公钥ssh-keygen-trsa-C"你的邮箱"
linlin_1998
·
2023-11-10 00:20
技术博客
git
gitlab
GIT贡献统计
统计某人的代码提交量,包括增加,删除:[plain]viewplaincopygitlog–author=”$(
gitconfig
--getuser.name)"--pretty=tformat:--numstat
唯-心
·
2023-11-09 22:42
git
git访问GitHub资源问题提示443 || 命令行下配置代理访问
实际上是因为ts原因,所在dq无法访问github需要挂上代理即可,在gitbash下配置git$
gitconfig
--globalhttp.proxy“localhost:1080”##命令行##sethttp_proxy
kinnisoy
·
2023-11-09 20:14
Git
mac homebrew update fatal: unable to access ‘https://mirrors.ustc.edu.cn/brew.git/‘
如果明确是配置Git代理导致出现此报错可以考虑取消Git代理
gitconfig
--global--unsethttp.proxygitconfig--global--unsethttps.proxy
一行注释也不写
·
2023-11-09 16:52
macos
ffmpeg的使用
gitconfig
--global--addsafe.directory/opt/homebrew/Library/Taps/homebrew/homebrew-caskHomebrew/homebre
陈大大的期待
·
2023-11-09 07:16
ffmpeg
【星海随笔】git的使用
检查git是否安装git--version2.没有安装的话去,官网,下载git3.一直点下一步即可4.安装后在终端检查git是否安装好5.设置用户名和邮件地址(最好和GitHub的用户名/邮箱保持一致)
gitconfig
活跃的煤矿打工人
·
2023-11-09 07:09
git
elasticsearch
大数据
vue-element-admin启动过程中遇到的问题
以下的版本并配置(v17以上易报错)
[email protected]
:Permissiondenied(publickey).git未配置信息建议Git的用户名和邮箱与GitHub的用户名和邮箱保持一致
gitconfig
奥奥奥曼
·
2023-11-09 03:51
脱蠢攻坚战之vue.js
vue.js
前端
javascript
git and svn 行尾风格配置强制为lf
gitCLI配置://提交时转换为LF,检出时转换为CRLFgitconfig--globalcore.autocrlftrue//提交时转换为LF,检出时不转换
gitconfig
--globalcore.autocrlfinput
dbitc
·
2023-11-09 02:47
git
svn
Git生成公钥命令
命令:
gitconfig
–globaluser.name“username”
gitconfig
–globaluser.email“
[email protected]
”2可通过命令
gitconfig
-l查看配置的用户名和邮箱
浅时光sunshine
·
2023-11-09 02:08
git
git
Ubuntu 下生成git公钥
为GIT创建全局NAME和全局EMAILgitconfig--globaluser.name"你的名字"
gitconfig
--globaluser.email"你的邮箱"用SSH-****命令在个人文件夹下生成公钥
寻墨roy
·
2023-11-09 02:08
ubuntu
git
Git生成公钥、私钥以及ssh key配置
一、公钥以及私钥的生成首先设置Git用户签名1.打开安装好的GitBash:2.设置Git用户签名,执行以下命令:
gitconfig
--globaluser.name用户名
gitconfig
--globaluser.email
liuxuyingxin
·
2023-11-09 02:34
git
git
ssh
github
springcloud
git生成公钥的步骤
git生成公钥的步骤1.设置Git账户2.生成命令1.设置Git账户命令如下gitconfiguser.name(查看git账户)gitconfiguser.email(查看git邮箱)
gitconfig
leisure~
·
2023-11-09 02:33
git
Git生成生成公钥和私钥
打开gitbash,分别执行以下两句命令
gitconfig
--globaluser.name“用户名”
gitconfig
--globaluser.email“邮箱”这二步必须执行SSH配置1、打开gitbash2
hello星河
·
2023-11-09 02:32
git
git异常 报错
mergeHint:gitconfigpull.rebasetrue#rebaseHint:gitconfigpull.ffonly#fast-forwardonlyHint:Hint:Youcanreplace"
gitconfig
"with"
gitconfig
奶娃小嘴
·
2023-11-08 15:03
git
github
git配置ssh和https
git配置ssh和https一.个人习惯用ssh,先说一下ssh的配置方法吧配置基本信息
gitconfig
--globaluser.email‘用户邮箱’
gitconfig
--globaluser.name
natuo86
·
2023-11-08 11:59
git提交配置
git
其他
vscode中提交代码时,提交人的信息时从哪里读取的,如何进行修改
您可以使用以下命令来查看当前Git全局配置:
gitconfig
--global--list如果您想修改提交人的信息,您可以使用以下命令进行修改:
gitconfig
--globaluser.name"YourName"
gitconfig
啃火龙果的兔子
·
2023-11-08 11:55
开发DEMO
github
vscode
ide
编辑器
Git的常用命令有哪些?
在Git命令行中执行下面命令:设置用户信息
gitconfig
--globaluser.name"XXXXX"
gitconfig
--globaluser.email"XXXXX"查看配置信息
gitconfig
拒绝画大饼
·
2023-11-08 11:30
配置文件
git
github
java
gitlab
intellij-idea
解决git显示中文问题
gitconfig
--globalcore.quotepathfalse修正之后就可以正常显示中文了。
码上看世界
·
2023-11-08 09:25
git
git
使用mingw执行git diff遇到中文乱码的问题
使用mingw软件执行gitdiff时,遇到中文乱码的问题:解决方案:1.软件设置2.在mingw软件中输入以下设置:$
gitconfig
--globalcore.quotepathfalse#显示status
euler1983
·
2023-11-08 09:53
环境&安装
git
github
【Git】Git 学习笔记_操作本地仓库
git-v//查看版本1.2配置
gitconfig
--globaluser.name"heo"
gitconfig
--globaluser.emailxxx@gmail.comgitconfig--globalcredential.helperstore
小谢sd
·
2023-11-08 06:27
Git
git
学习
笔记
Git 提示 “warning: LF will be replaced by CRLF“的思考
查看了一些资料,大概弄清了core.autocrlf配置选项的作用:
gitconfig
--globalcore.autocrlftrue适用于Windows系统,且一般为
souching
·
2023-11-08 05:57
其他
git
github
windows
vue项目npm i报错
git.EXEls-remote-h-tssh://
[email protected]
/sohee-lee7/Squire.git在网上找了很多资料,大部分都解决不了问题最后用的这个解决了:设置git配置:
gitconfig
RubyLinT
·
2023-11-08 02:24
npm
前端
git clone 报错:SSL certificate problem: self signed certificate
gitclone的时候报出如下错误输入:
gitconfig
--globalhttp.sslVerifyfalse问题完美解决
世间百态不过尔尔
·
2023-11-08 01:22
Git
git
ssl
网络协议
git clone时出现SSL certificate problem: self signed certificate
gitclone时出现SSLcertificateproblem:selfsignedcertificateSSL证书的问题,可以关闭证书校验
gitconfig
--globalhttp.sslVerifyfalse
码上Go
·
2023-11-08 01:22
git
git
git命令出现fatal: unable to access SSL certificate problem: self signed certificate
SSL证书的问题,可以忽略证书继续重新执行当你在pull或者clone代码时出现了ssl证书问题时执行下面命令即可
gitconfig
--globalhttp.sslVerifyfalse参考:https
凌抆莂
·
2023-11-08 01:51
git
git clone出现fatal: unable to access https://: SSL certificate problem: self signed certificate
我们来解决它win+r打开cmd窗口然后输入:
gitconfig
--globalhttp.sslVerifyfalse好了,问题解决。
因努力 果随缘
·
2023-11-08 01:21
BUG
解决git clone报错SSL certificate problem
SSLcertificateproblemgitclone报错:SSLcertificateproblem:selfsignedcertificateincertificatechain解决:去掉git的ssl验证,指令如下
gitconfig
三爷麋了鹿
·
2023-11-08 01:21
git
git clone 出现错误 SSL certificate problem: self signed certificate
https进行的clone,结果出现错误SSLcertificateproblem:selfsignedcertificate原因:SSL认证失败解决办法:关闭SSL的认证步骤:1.打开命令行,执行以下代码
gitconfig
buyaopingbixiazai
·
2023-11-08 01:20
git
git clone 报SSL certificate problem: self signed certificate in certificate chain
gitclonehttps路径项目SSLcertificateproblem:selfsignedcertificateincertificatechain这个是http证书的问题,使用
gitconfig
huihui7366780
·
2023-11-08 01:20
git
java
git
(Git)git clone报错——SSL certificate problem: self signed certificate
解决方法在克隆前输入下边命令:
gitconfig
--globalhttp.sslVerifyfalse解决参考:https
nyf_unknown
·
2023-11-08 01:19
工具使用
git
ssl
网络协议
GIT 基础命令使用
1、生成ssh-keygitconfig--globaluser.name"test"
gitconfig
--globaluser.email"
[email protected]
"ssh-keygen-trsa-C"test
Steven Hank
·
2023-11-07 19:57
git
git
git初始化
简易的命令行入门教程:Git全局设置:
gitconfig
--globaluser.name"13999005290"
gitconfig
--globaluser.email"
[email protected]
小周今天code了吗
·
2023-11-07 17:17
git
Git 命令行提交代码详细操作
安装git后,鼠标右键打开GitBash)1、查看本地git绑定的用户名和邮箱:gitconfiguser.namegitconfiguser.email2、①修改本地git绑定的用户名和邮箱(全局):
gitconfig
Spring_z7
·
2023-11-07 15:57
git
github
gitlab
git 命令行操作
1、初始化gitinit2、设置签名项目级别的优先级大于系统级别,若无项目级别时使用系统级别项目级别:gitconfiguser.name内容gitconfiguser.email内容系统级别
gitconfig
神奇大叔
·
2023-11-07 15:27
git
git
git笔记
gitconfiguser.name"用户名”gitconfiguser.email"邮箱”
gitconfig
-1:列出当前git仓库的所有配置项
gitconfig
--unset…重置当前某些配置
gitconfig
南猿北者
·
2023-11-07 12:56
git学习笔记
git
笔记
elasticsearch
git常见问题
一.添加邮箱和账号时会出现notinagitdirectory先打开GitBash所在的文件夹打开git-cmd.exe先
gitconfig
–globaluser.email“你的邮箱号”再输
gitconfig
–globaluser.name
Pumpkinz
·
2023-11-07 08:02
git
Git(未完待续)
安装完成后,还需要最后一步设置,在命令行输入:```
gitconfig
--globaluser.email"
[email protected]
"
gitconfig
--globaluser.name"YourName
diaotuhui6321
·
2023-11-07 05:17
git
运维
操作系统
git工作流(待续)
是分布式管理系统和集中式的区别在于每个人具有的本地份数不同,集中式只有一份分布式主要是协同工作gitlabgithub等是git仓库的一个托管平台二、git安装、初始化基础配置第一次需要对身份进行说明
gitconfig
lee2813
·
2023-11-07 05:44
git
GitHub中ssh的配置
1.在Xshell里面创建.ssh目录mkdir~/.ssh2.切换到ssh目录cd~/.ssh3.配置全局name和Email(如果已经配置,直接忽略掉)$
gitconfig
--globaluser.name"gyf
做个萌男宝宝
·
2023-11-06 20:57
解决mac或windows电脑clone代码出现 SSL: no alternative certificate subject name matches target host name 'x...
SSL:noalternativecertificatesubjectnamematchestargethostname'xxxx.baidu.com'
gitconfig
--globalhttp.sslVerifyfalse
四月天__
·
2023-11-06 16:12
Git 笔记
首先感谢廖雪峰老师的无私奉献,让我能系统地学习Git.初始化一个Git仓库gitinit修改配置,[用户名,邮箱]
gitconfig
--globaluser.name"yourname"
gitconfig
紫萱草_
·
2023-11-06 10:18
linux 创建git项目并提交到gitee(保姆式教程)
mhzzj@mhzzj-virtual-machine:~/work/skynetStudy$aptinstallmhzzj@mhzzj-virtual-machine:~/work/skynetStudy$
gitconfig
快乐小炮灰
·
2023-11-06 08:43
Git
linux
git
gitee
Git Tool使用指南
GitGit安装sudoaptinstallgitGit配置Git提供了一个叫做
gitconfig
的工具,专门用来配置或读取相应的工作环境变量。
维VitaminC
·
2023-11-06 05:19
git
工具
git
Web前端学习笔记——VueJS-APP案例
源代码下载将项目源码托管到oschina中点击头像->修改资料->SSH公钥如何生成SSH公钥创建自己的空仓储,使用
gitconfig
--globaluser.name"用户名"和
gitconfig
--
唯恋殊雨
·
2023-11-06 01:57
Web前端
WEB前端
golang 配置私有仓库
为了方便我们也可以通过配置git全局配置来使用ssh的方式拉取依赖,下面是配置https转换为ssh的方式:
gitconfig
--globalurl."
Asome
·
2023-11-05 22:12
golang
gitee.com[0: xxx.xx.xxx.xx]: errno=Unknown error
Unabletoconnecttogitee.com[0:xxx.xx.xxx.xx]:errno=Unknownerror解决问题步骤:1、找到自己的电脑上的git用户配置文件文件位置位于:C:\Users\用户名\.
gitconfig
Roc-xb
·
2023-11-05 22:39
后端
gitee
git
sonarqube代码检测-4.Sonar+Jenkins+Gitlab自动化持续代码扫描
文件夹右击进入GitBashHere,输入
gitconfig
--globaluser.name"gitlab里你的用户名"
gitconfig
[email protected]
'songhuajie
哈罗木马
·
2023-11-05 17:41
开发从0 到1获取代码,提交,推送
gitconfig
--globaluser.name"xxx"
gitconfig
--globaluser.email"
[email protected]
"ssh-keygen-trsa-C"
[email protected]
沐卿゚
·
2023-11-05 07:42
git
gitee
Git 中文文件名乱码
使用如下代码:
gitconfig
--globalcore.quotepathfalse就可以改变使用gitstatus的时候出现的quote后的字符串的问题了。
Devest
·
2023-11-05 07:46
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他