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出现“git Failed to connect to 127.0.0.1 port xxxx: Connection refused”的问题解决方案
//首先,查一下当前全局的http代理:
gitconfig
--globalht
八了个戒
·
2023-10-23 10:18
Git系列
工具
问题解决
http
proxy
git
git学习
存放所有已经提交到本地仓库的代码版本版本结构:树结构,树中每一个节点代表一个代码版本环境配置生成自己的SSH密钥,然后将公钥添加至远程仓库ssh-keygen-trsa-C'
[email protected]
'设置全局用户名
gitconfig
JerryFoo
·
2023-10-23 07:35
开发工程相关技术栈
git
学习
elasticsearch
pycharm使用git提交和拉取远程代码
gitconfig
--globaluser.name"用户名"
gitconfig
--globaluser.email"用户邮箱"
gitconfig
--list,检查是否配置成功2.Pyc
攀登者ken
·
2023-10-23 07:37
写代码效率与技巧
git
git仓储的命令大全
Createanewlocalrepository)gitclonessh://
[email protected]
/repo.git在远程库克隆一个本地库(Cloneanexistingrepository)Configuration(配置)
gitconfig
warm肉丸先生
·
2023-10-22 21:29
vsCode git 修改、清空、重置、保存账号名密码
1、保存账号名密码,之后拉取代码都不用重新输入:
gitconfig
--globalcredential.helperstore2、查看git用户名:gitconfiguser.name3、清空所有的用户名和密码
超级无敌小小小白
·
2023-10-22 17:00
Git
vscode
git
Xcode 提交代码到github 报 Please tell me who you are
>一问题描述通过Xcode提交代码到github报Pleasetellmewhoyouare.Rungitconfig--globaluser.email"you@example..二问题处理该问题是
gitconfig
weixin_33738555
·
2023-10-22 16:22
git
xcode
git clone 慢 设置代理
easy-php.git设置代理临时gitclone-chttp.proxy="http://127.0.0.1:1080"https://github.com/TIGERB/easy-php.git永久
gitconfig
别瞄我
·
2023-10-22 15:20
关于Git的基础操作流程(参考)
基础操作:克隆/签出远程代码到本地的流程:1.签出、拉取、提交代码流程gitclonehttps://git.xxx.com/xxx/xxx.git签出代码(默认master分支)2.设置个人提交信息
gitconfig
–globaluser.name
你好树洞先生
·
2023-10-21 21:27
使用Homebrew在Mac上安装Git
:brewinstallgit查看Git版本://出现版本号说明安装成功git--version配置账户仅针对第一次安装使用Git1.配置用户名,用户名,不推荐使用中文,最好使用拼音或者英文作为用户名
gitconfig
零凌林
·
2023-10-21 20:25
Mac的世界
git
macos
github
记录git仓库pr没有显示贡献者的问题,以及如何提交一个pr(简)
gitconfig
--global--list#查看全局配置(适用于所有仓库)的信息,可以添加--global标志
gitconfig
--list#查看你的Git配置gitconfiguser.name#
吃瓜的瓜农
·
2023-10-21 19:29
git
Git简单使用指南(上传以及更新项目到GitHub和Gitee)
一.初次使用Git的配置1.配置邮箱:
gitconfig
--globaluser.email"邮箱"2.配置用户名:
gitconfig
--globaluser.name"名字"3.配置成功后查看邮箱和用户名的
le161616
·
2023-10-21 19:11
git
github
gitee
Git版本控制
git安装-安装$sudoapt-getinstallgit-检测是否安装成功$git--versionGIT操作【本地仓库】-设置GIT$
gitconfig
--globaluser.email"name
独上危楼听风雨9
·
2023-10-21 18:13
sourcetree代码提交错误 443
Failedtoconnectto(domain)port443如果出现类似的错误,针对bitbucket,如你的网站能打开1.
gitconfig
-l--global查看git配置2.如果git还没有配置代理
xiaodunmeng
·
2023-10-21 16:11
git
Git--Command
globalhttps.proxyhttp://127.0.0.1:1080//httpsgitconfig--globalhttps.proxyhttps://127.0.0.1:1080#含有用户名密码的代理
gitconfig
LtMamba
·
2023-10-21 15:30
Git
git
git 回退之前的合并操作&gitignore不生效问题&git stash
gitignore配置忽略文件规则添加.gitignore文件touch.gitignore配置忽略的文件或者文件夹,通过vim命令来编辑,文件内容如下:/target/.idea定义git忽略文件使用命令
gitconfig
nhz-M
·
2023-10-21 15:30
java
linux
python
git
数据库
iOS git相关终端命令
1、查看git用户名:gitconfiguser.name2、查看git邮箱:gitconfiguser.email3、修改用户名:
gitconfig
--globaluser.name“这里是你要修改的用户名
肉肉要次肉
·
2023-10-21 10:10
hexo发生错误 Error: Spawn failed
hexod的时候改变了一些.deploy_git文件下的内容,这个.deploy_git的内容对于hexo来说可能是系统文件,这里挖坑解决办法一个个的尝试一1.删除.deploy_git文件夹;2.输入
gitconfig
Just right
·
2023-10-21 08:39
hexo搭建博客记录
hexo
Git基础一
一:Git配置1.Git配置Git自带
gitconfig
工具,存储在3个不公的位置:系统级的,包含系统上每一个用户的通用配置。
你weixiao的时候很美
·
2023-10-21 08:14
关于GITLAB账号报413错误的解决办法
一、故障现象:在代码push到gitlab的时候会出现413错误二、存在几种解决办法:查看原因有几种可能:1、缓存不够(经过实际测试这种方式传输效率比较低不推荐)
gitconfig
--globalhttp.postBuffer524288000
乐大师
·
2023-10-21 05:47
Linux(CentOS
gitlab
git 报错Encountered end of file
1.Encounteredendoffilegitconfig--globalhttp.lowSpeedLimit0
gitconfig
--globalhttp.lowSpeedTime9999992.connectiontogithub.com
墨迹斑斑的老墙
·
2023-10-21 04:58
JavaScript
git
服务器
github
【常用的Git命令】
以下是一些常用的Git命令:配置相关命令:
gitconfig
--globaluser.name"YourName":设置用户姓名
gitconfig
--globaluser.email"youremail
之墨_
·
2023-10-21 03:37
工具
git
git clone时第一次输入用户名密码错误,下次再clone,无输入账户密码的界面的问题
,无输入账户密码的界面,更换不了用户名密码问题报错信息:remote:HTTPBasic:Accessdeniedfatal:Authenticationfailedfor解决方法1(测试无效不好用)
gitconfig
小呆糊总
·
2023-10-21 01:57
记一次npm install时报ERR! exited with error code: 128错误的经历
exitedwitherrorcode:128的错误原因是某些依赖需要使用git下载,在访问git失败的情况下就会报此错误网上的解决方案大致有两种:1.ssh的方式替换成https方式,命令
gitconfig
答案是3呀
·
2023-10-20 23:14
vue
vue.js
npm install报错解决fatal: Unable to look up github.com (port 9418) npm ERR! exited with error code: 128
本文链接:https://blog.csdn.net/qq_34841536/article/details/86501011解决办法:执行
gitconfig
--globalurl.
沐暖阳丶
·
2023-10-20 23:14
安装Git和git命令使用
安装完成后,还需要最后一步设置,在命令行输入:$
gitconfig
--globaluser.n
不会写算法的小王
·
2023-10-20 13:24
git
git
github
gitee
linux
版本控制
分布式
服务器
Git基本使用方法
一、初始起步初次使用需要设置姓名和邮箱
gitconfig
-globaluser.name"yourname"
gitconfig
-globaluser.email**********@example.com
侧耳倾听ST
·
2023-10-19 23:03
You can replace “git config“ with “git config --global“ to set a default
gitpull提示hint:Youcanreplace"
gitconfig
"with"
gitconfig
--global"tosetadefaulthint:Youcanreplace"
gitconfig
"with"
gitconfig
盛国强
·
2023-10-19 20:21
git
你可能需要的Git常用命令大全,迅速提升你的Git水平
命令语句初始化本地git仓库(创建新仓库)gitinit配置用户名
gitconfig
--globaluser.name"xxx"配置邮件
gitconfig
--globaluser.email"
[email protected]
"gitstatus
前端从进阶到入院
·
2023-10-19 19:59
git输入 ssh-keygen -t rsa 后只显示Generating public/private rsa key pair. 然后就直接跳出了
如果输入
gitconfig
--list会发现之前设置的用户名和邮箱地址都存在。此时继续输入ssh-keygen-trsa-C"
[email protected]
"还
Tatsumi_zyy
·
2023-10-19 16:01
git
ssh
运维
【软件安装】git 设置代理
直接给出git配置文件.
gitconfig
内容[user]
[email protected]
[filter"lfs"]clean=git-lfsclean--%fsmudge=git-lfssmudge
S大幕
·
2023-10-19 15:00
git
github
加速github下载
尤其是最近AI大火提供一种加速方式
gitconfig
--globalurl."https://g.blfrp.cn/".insteadOfhttps://
nikolay
·
2023-10-19 15:59
软件相关
加速
github
Git GUI使用笔记
bilibili1下载Git-2.42.0.2-64Window64位安装包-最新版资源-CSDN文库安装软件就一路next就可以2配置空白处右键,选择OpenGitBashhere,输入下面两行配置信息
gitconfig
江湖上都叫我秋博
·
2023-10-19 00:57
工具使用笔记
Git
GUI
笔记
Total 608 (delta 342), reused 0 (delta 0), pack-reused 0 error: RPC failed; HTTP 401 curl 22 The req
解决办法:1、运行命令
gitconfig
--globalcredential.helperstore2、重新pushgitpush-uoriginmaster3、根据提示重新输入GitHub用户名密码
十里长街
·
2023-10-18 23:15
java
http
github使用教程
一、常用命令有以下几个:gitinitgitconfig--globaluser.email"邮箱"
gitconfig
--globaluser.name"Aurorajwj"gitadd.gitcommit-m"firstcommit"gitremoteaddoriginhttps
洲洲不是州州
·
2023-10-18 10:11
学习笔记
github
使用命令
无法访问 github ,解决办法
1、查看当前的代理:
gitconfig
--global--gethttp.proxy2、设置代理:
gitconfig
--globalhttps.proxyhttps://kgithub.com二、修改hosts
iaz999
·
2023-10-18 10:03
开发
github
git 配置免密登陆
推荐配置github的用户名和密码
gitconfig
--globaluser.name公司给的账户名gitconfi
i_am_a_div_日积月累_
·
2023-10-18 06:46
yarn安装
git和eslint和环境
工具等配置
git免密登陆
git下载
mac配置git
使用git查看提交的版本号
$
gitconfig
--globaluser.name//查看git用户名$
gitconfig
--globaluser.ema
柠檬不萌只是酸i
·
2023-10-18 00:02
前端
简单的git命令
git学习日志-别名
如果不想每次都输入完整的git命令,我们可以通过
gitconfig
文件来为每个命令设置一个别名。
Levi_moon
·
2023-10-17 19:48
Git 设置Proxy
gitconfig
--globalhttps.proxyhttp://127.0.0.1:1080
gitconfig
--globalhttps.proxyhttps://127.0.0.1:1080
gitconfig
such_
·
2023-10-17 16:08
Git基础命令
使用代码初始化初始化仓库:gitinit配置信息:gitconfiguser.name"mashuchao"配置信息:gitconfiguser.email"
[email protected]
"查看配置信息:
gitconfig
weixin_46430763
·
2023-10-17 16:51
git
git
常用的Git命令清单
(阮神~解释一下:Workspace:工作区Index/Stage:暂存区Repository:仓库区(或本地仓库)Remote:远程仓库配置相关Git的设置文件为.
gitconfig
,它可以在用
师晓峰
·
2023-10-17 15:34
Git
git
命令相关
常规操作
git大全
git工作常用
谷粒商城开发踩坑及部分知识点大总结
以下代码在gitbash上面输入ssh-keygen-trsa-C"
[email protected]
"邮箱号为自己在github上注册的账号cat~/.ssh/id_rsa.pub将整个公钥复制到github上面去
gitconfig
Samuel'C
·
2023-10-17 14:07
git
java
springcloud
spring
git clone项目时,出错:Failed to connect to github.com port 443 after 21010 ms: Couldn‘t connect to server
原因:网速太慢,可能由于挂了梯子网速慢解决方法:取消代理设置代理:
gitconfig
--globalhttps.proxy取消代理:
gitconfig
--global--unsethttps.proxy
我是NGL
·
2023-10-17 13:46
git报错
git
github
gitee报错“remote: [session-1f47159e] Access denied“的解决方法
这种情况出现在2个git账号切换的时候,需要清除上一个账号的信息,重新输入当前的账户和密码$
gitconfig
--system--unsetcredential.helper
砥砺前行 前程似锦
·
2023-10-17 03:14
git
git clone: Failed to connect to github.com port 443 after 21094 ms: Couldn‘t connect to server
Failedtoconnecttogithub.comport443after21094ms:Couldn'tconnecttoserver在csdn搜索各种尝试代理等等解决方法后均无效,可以尝试以下命令解除git端口限制
gitconfig
小文大数据
·
2023-10-17 01:26
git
git log 美化配置
编辑vim~/.
gitconfig
添加配置[alias]lg=log--graph--abbrev-commit--decorate--date=format:'%m-%d%H:%M:%S'--format
lzc828
·
2023-10-17 01:26
linux
git
log
git 上传
gitconfig
--globaluser.name"蓦然浅笑"
gitconfig
--globaluser.email"
[email protected]
"创建git仓库:mkdireasycdeasygitinittouchREADME.mdgitaddREADME.mdgitcommit-m"firstcommit"gitremoteaddoriginhttps
蓦然浅笑_4f03
·
2023-10-16 23:29
本地git与github账户连接
准备工作:本地先下载安装好git,注册并登陆github账号在注册好后的github账号中先创建一个仓库在本地git创建SSHkey第一步:
gitconfig
--globaluser.name'用户名'
懒 得起名
·
2023-10-16 19:26
软件应用
github
git
ssh
Git连接Github配置密钥(私钥、公钥、SSH)然后clone拉项目下来
选择gitbashhere,键入gitinit会生成.git文件(如果没有,或许被隐藏了,无关紧要)配置本地仓库的账号邮箱gitgitconfig--globaluser.name“YourName”
gitconfig
无极的移动代码
·
2023-10-16 19:55
运维操作
git
github
ssh
windows下配置git密钥以及在GitHub使用
步骤如下:配置用户名以及邮箱配置的用户名以及邮箱便是以后你提交代码时的身份$
gitconfig
--globauser.name"yourname"$
gitconfig
--globau
lei6393
·
2023-10-16 19:21
开发杂笔
github
git
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
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
其他