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
ubuntu生成ssh公钥以及查看
、设置git的user.name和user.email2、通过命令生成sshkey1.设置git的user.name和user.emailgitconfig--globaluser.name"xxx"
gitconfig
余生爱静
·
2023-09-16 06:08
debian 配置git ssh keys
设置用户名和emailgitconfig--globaluser.name"xxx"
gitconfig
--globaluser.email"
[email protected]
"生成sshkeyssh-keygen-trsa-C"xxxx
android_yiluo
·
2023-09-16 02:57
git 提交冲突
:提示:gitconfigpull.rebasefalse#合并提示:gitconfigpull.rebasetrue#变基提示:gitconfigpull.ffonly#仅快进提示:提示:您可以将“
gitconfig
Winson℡
·
2023-09-15 22:59
git
[前端学习]框架部分学习笔记,第一天
Git简介git是一款源代码管理工具,进行代码版本管理基础指令介绍初始化仓库gitinit,该指令会创建一个隐藏文件.git,用于存放git对我们项目代码进行备份的文件配置用户
gitconfig
--globaluser.name
印象rcj
·
2023-09-15 18:58
【GIT】在kali linux上安装git与码云提交|kali安装wps
1、安装git:kali自带,(apt-getinstallgit)2、添加git服务用户(这一步不知道有没有用也输入了,只是有点问题)useraddgitpasswdgit3.配置git#
gitconfig
江湖one Cat
·
2023-09-15 17:22
GIT
git
git命令报错 warning: LF will be replaced by CRLF in
这种错误的原因是存在符号转义问题,在windows中的换行符为CRLF,而在linux下的换行符为LF,所以在执行gitadd.或gitdeploy语句的时候可能就会出现这个错误使用如下命令便可解决:
gitconfig
hdchangchang
·
2023-09-15 15:35
git
git拉代码时提示账号密码错误问题解决记录
步骤一:清除历史配置信息命令1:
gitconfig
--globalhttp.emptyAuthtrue命令2:
gitconfig
--system--unsetcredential.helper通常来说执行命令
东皋长歌
·
2023-09-15 12:09
微服务&Spring
git
git使用
git问题
git 常用命令
title:git常用命令date:2021/02/0310:391、配置用户信息(
gitconfig
命令)#配置git用户名:随便起,最好好写成自己的拼音名字,这样提交代码到远程仓库,别人知道是你提交的
想54256
·
2023-09-15 12:20
git 本地工作区和仓库区基本使用
(自行动手实践理解,然后就入门了)(2)本地初次使用git做的事情,需要做如下工作
gitconfig
--globaluser.name"xx"
gitconfig
--globaluser.emailxxx
搬砖盖腾王阁
·
2023-09-15 08:02
#
辅助操作的一些activity
git
一个Flutter&Cocoapods项目打包问题集锦
我的解决方案是将Fastgithub的加速网址放到
gitconfig
文件中:gitc
freflying1119
·
2023-09-15 08:31
flutter
cocoapods
xcode
Incorrect username or password (access token)
gitconfig
--system--unsetcredential.helper先执
少爷晚安。
·
2023-09-15 06:05
Bug日记
gitee
git
issue
github常用命令总结
一、创建仓库cmd窗口打开/cd进入你的工作目录1、创建命令gitinit2、配置用户名和邮箱:
gitconfig
--globaluser.name'你自己的github用户名'
gitconfig
--globaluser.email
危笑ioi
·
2023-09-15 04:12
github
解决Mac下SourceTree每次都让输入密码的问题
在终端cd进入项目目录,输入:
gitconfig
--globalcredential.helperstore在sourcetree更新代码,提示输入密码,输入一次后以后就不需要输入了
CoderLGL
·
2023-09-15 02:21
iOS pod失败错误Could not resolve proxy: “”
今天pod非常多的第三方,特别慢,就在网上搜了如下方法,方法一:
gitconfig
--global--unsethttp.proxygitconfig--global--unsethttps.proxy
缘來諟夢
·
2023-09-14 23:19
git全局设置账号及ssh连接公私钥获取
全局设置账号、邮箱、密码
gitconfig
--globaluser.name""
gitconfig
--globaluser.email""
gitconfig
--globaluser.password""
Vivqst
·
2023-09-14 20:17
git
ssh
运维
git push Failed to connect to localhost port 1080:
结论:是设置代理导致的1.检查全局的设置输入
gitconfig
--global-e检查全局配置中是否有[http]和[https]的代理设置,如proxy=socks://localhost:1080,
UncoDong
·
2023-09-14 14:08
改bug
git
github
MAC端Git安装,命令使用以及环境搭建
gitconfig
--globaluser.name"your_name"
gitconfig
--globaluser.email"
[email protected]
"配置信息可以更改,以后想要更改使用上面指令就可以
hbblzjy
·
2023-09-14 08:21
iOS开发等常用知识点
git
终端
ios开发
配置 ssh key 后 git 拉取代码一直提示输入用户名、密码问题
ssh公钥,但是每次pull或者push代码依旧提示输入用户名、密码-1失败的方案-1.1失败的方案1:全局配置用户名密码这种情况下第一个想到的就是是不是要全局配置一下用户名、密码,网上找到的方案是$
gitconfig
编程武士
·
2023-09-14 06:11
git
ssh
chatgpt
gpt
git 修改和补充本地的commit信息的操作
git修改和补充本地的commit信息的操作有时gitcommit-m"xxx",漏掉了一些信息,如下操作方法可以修正步骤一:修改git默认的编辑器
gitconfig
--globalcore.editorvimcat
搬砖盖腾王阁
·
2023-09-14 03:06
#
辅助操作的一些activity
git
Git Bash命令行笔记
初始化操作:$
gitconfig
-globaluser.name#设置提交者名字$
gitconfig
-globaluser.email#设置提交者邮箱$
gitconfig
-globalcore.editor
二枚目
·
2023-09-14 03:41
Git报错解决:OpenSSL SSL_read: Connection was reset, errno 10054 错误解决
打开Git命令页面,执行git命令脚本:修改设置,解除ssl验证
gitconfig
--globalhttp.sslVerify"false"1image.png此时,再执行git操作即可。
安卓_背包客
·
2023-09-13 23:59
Pixel 设备刷入自编译AOSP系统
1.下载源码1.1创建项目文件mkdirAndroid_R_AOSPcdAndroid_R_AOSP1.2配置Git帐号信息(已配置可跳过)
gitconfig
--globaluser.namemapenggitconfig
professionIT
·
2023-09-13 22:45
framework
ubuntu
android
studio
framework
aosp
Git安装配置拉取代码及提示认证失败!!
安装完成后,打开gitbash,输入如下命令
gitconfig
--globaluser.name"(此处填写你的)用户名"
gitconfig
--globaluser.email"(此处填写你的)邮箱"生成
GXT_Star
·
2023-09-13 22:03
git操作
第一次上传初始化gitinit检测文件状态(有没有被追踪Untracked)gitstatus追踪全部本地文件到暂存区gitadd.增加描述到git了gitcommit-m'描述'如果你没设置过需先设置
gitconfig
jade-行知意
·
2023-09-13 22:40
工具
git
Git使用
Git配置配置用户名和邮箱:
gitconfig
--globaluser.name"名字(英文)"
gitconfig
--globaluser.email"邮箱(常用)"注意:此用户名和邮箱是git提交代码时用来显示你身份和联系方式的
佩佩216
·
2023-09-13 12:19
git简单命令
简易的命令行入门教程:Git全局设置:
gitconfig
--globaluser.name“yyyyjinying”
gitconfig
--globaluser.email“
[email protected]
yyyyjinying
·
2023-09-13 11:34
git
git
Git diff 使用 vimdiff 对比差异
可以使用vimdiff作为Gitdiff的对比工具,这样就方便了许多,Git的配置方法如下:$
gitconfig
--globaldiff.toolvimdiff$
gitconfig
--globaldifftool.promptfalse
tboqi1
·
2023-09-13 08:22
git
vim
diff
vimdiff
虚拟机使用git进行推送
1.在虚拟机上下载Gitgit官网下载:git官网2.在虚拟机上配置Git远程连接进入命令行界面(1)设置用户名和设置用户账号(需要是自己的注册Github账号)
gitconfig
--globaluser.name"user_name
陌养
·
2023-09-13 07:46
git
Git相关配置及问题解决
如果设置
gitconfig
--globalcore.quotepathfalse,则文件名中的特殊字符将不会被转义为Unicode转义序列,而是以原始形式显示。
Ryan爱吃糖
·
2023-09-13 03:43
杂七杂八
git
git本地项目上传至码云gitee
12$
gitconfig
--globaluser.name"YourName"$
gitconfig
--globaluser.email"
[email protected]
"一、在码云上创建项目名称为demo
naodianwan
·
2023-09-12 23:28
Git的基本操作
Git的本地操作参考文献git使用教程1git安装Linux上通过命令行能够很轻松的部署好gitWindows上需要安装GitBash,模拟linux命令行安装完成后需要配置全局信息的命令
gitconfig
HeartBiuBurn
·
2023-09-12 15:15
git
2020-06-25
最后分享2种真实有效的方式:方式一:打开小飞机(Shadow[版本1.8.2(1)])——偏好设置——高级——找到如图参数——拼接执行
gitconfig
--globalhttp.https://github.com.proxysocks5
1115443231
·
2023-09-12 14:05
2023.3月 git Failed to connect to 127.0.0.1 port 1080 after 2024 ms: Couldn’t connect to serve
Failedtoconnectto127.0.0.1port1080after2024ms:Couldn’tconnecttoserver第一个方法:查看是否配置了代理
gitconfig
--globalhttp.proxygitconfig
小染大大
·
2023-09-12 09:32
杂项
git
github
linux
禁止 git 自动转换换行符,git status遇到old mode问题
也是在网上找了一圈,一些建议是运行下面的命令:
gitconfig
--globalcore.autocrlffalsegitconfig--globalcore.saftcrlftrue如果不运行
qixiang2013
·
2023-09-12 06:11
环境配置
git
github
Git超详细教程
文章目录一、安装并配置Git二、Git的基本操作三、Github/GitLab/Gitee四、分支一、安装并配置Git查看所有的全局配置项
gitconfig
--list--global查看指定的全局配置项
啸啸说
·
2023-09-12 06:23
git
elasticsearch
大数据
Github 程序员加速 http和ssh代理设置
简单直接的输出干货,复制->粘贴->完活.Http代理设置全局
gitconfig
--globalhttp.proxysocks5://127.0.0.1:10808指定githubgitconfig--
神男鲁班
·
2023-09-12 05:56
开发工具
开发效率
github
http代理
ssh代理
github加速
如何用git打补丁(小白操作)
1.安装我用的是ubuntu系统,使用apt-getinstallgit安装;2.设置用户
gitconfig
--globaluser.name“zy”gi
皮蛋solo
·
2023-09-12 04:39
教程
人生中第一次向开源项目提交PR记录
https://www.runoob.com/git/git-tutorial.html,这个里面包括安装,使用,介绍基本上都有了;=一、前置条件前置条件1:本地电脑安装了git并设置Git用户名和邮箱地址:
gitconfig
BingeBlog
·
2023-09-12 04:28
项目开发与实战
人生经验和踩过的坑
git
github
团队开发
源代码管理
开源
笔记
经验分享
完美解决 git Unable to access ‘https://github.com/xxxx/xxxx.git/’:OpenSSL SSL_read:Connection was reset
方法二:采用网上提到较多的修改git配置的方案,具体命令是
gitconfig
--globalhttp.sslVerifyfalse;(注意false的拼写,以及一定不要带双引号)————————————
泪滴在琴上
·
2023-09-11 23:06
Git Bash提交文件到github
master)则需信任git目录2.初始化本地git仓库gitinit;3.将github仓库url添加gitremoteaddoriginhttps://github.com/......4.认证身份
gitconfig
weixin_51638046
·
2023-09-11 22:34
git
github
Git 全局设置技巧-转换换行符问题
2020-10-11Git全局设置技巧1、提交检出均不转换换行符
gitconfig
--globalcore.autocrlffalse2、拒绝提交包含混合换行符的文件
gitconfig
--globalcore.safecrlftrue
沉默羔羊121
·
2023-09-11 21:41
解决Failed to connect to 127.0.0.1 port 1080: Connection refused 报错
Mac亲测有用,当输入podinstall出错终端输入,找到.
gitconfig
隐藏文件:~/admin/.
gitconfig
注释掉出错网址[http"https://github.com"]#proxy
Gabriella0629
·
2023-09-11 20:50
git学习笔记
参考链接廖雪峰Git教程Git常见问题配置全局用户$
gitconfig
--globaluser.name"YourName"$
gitconfig
--globaluser.email"
[email protected]
Potato_D
·
2023-09-11 13:50
git小记
Git配置
gitconfig
--globaluser.name"Jonedoe"
gitconfig
--globaluser.email[
[email protected]
](mailto:694292399
不要和哥闹
·
2023-09-11 09:28
如何统计自己写的代码量
二统计命令:gitlog--author="$(
gitconfig
--getuser.name)"--pretty=tformat:--numstat|awk'{add+=$1;subs+=$2;loc
amcomputer
·
2023-09-11 05:30
git
github
软件解决方案
统计代码量
git统计代码量命令
多少行代码
git常用命令
具体可参考https://www.runoob.com/git/git-install-setup.html全局配置环境配置个人用户名和电子邮箱
gitconfig
–globleuser.name“runoob
奥里给小饼干
·
2023-09-11 05:39
大数据
搜索引擎
gitee
Git 命令行查看仓库信息
目录查看系统config编辑查看当前用户(global)配置查看当前仓库配置信息查看系统configgitconfig--system--list1查看当前用户(global)配置
gitconfig
--
avi9111
·
2023-09-11 03:17
git
GIT设置和取消http代理, 取消https代理
为git设置http代理,https代理#http代理
gitconfig
--globalhttp.proxy'socks5://127.0.0.1:1080'#https代理
gitconfig
--globalhttps.proxy'socks5
PHP的点滴
·
2023-09-10 22:08
git
gitconfig
--list查看配置gitglobalconfiguser.namegitaddfilegitstatues查看当前暂存区文件gitadd-u把暂存区文件一起添加gitcommit-m'message
纱云
·
2023-09-10 15:22
Git在vscode中简单使用
(2)配置命令:
gitconfig
--globaluser.name'用户名'
gitconfig
--globaluser.email'邮箱'注意:这里的用户名和邮箱是注册GitHub的,后续在面
Kai-Yang
·
2023-09-10 14:37
前端开发
git
github
html
css
javascript
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他