【git】知识积累

参考:
https://blog.csdn.net/eva_lu/article/details/80521300
https://blog.csdn.net/liuxiao723846/article/details/80461072

1、git的pull报错The current branch is not configured for pull No value for key branch.master.merge found in configuration

git的commit可以正常执行,但是pull报错。
解决方案:在项目的.git目录下的config文件
原来:

[core]
	repositoryformatversion = 0
	filemode = false
	logallrefupdates = true
[remote "origin"]
	url = http://***.**.**.**/lwd/gdglxt.git			//git的存放的ip地址
	fetch = +refs/heads/*:refs/remotes/origin/*

添加:

[core]
	repositoryformatversion = 0
	filemode = false
	logallrefupdates = true
[branch "master"] 
        remote = origin 
        merge = refs/heads/master
[remote "origin"]
	url = http://***.**.**.**/lwd/gdglxt.git     		//git的存放的ip地址
	fetch = +refs/heads/*:refs/remotes/origin/*

可以打开原来正常运行的项目的git下的config文件对比一下。

2、生成公钥
ssh-keygen -t rsa -C "xxxxx@xxxxx.com"

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值