年初开学的时候认识到了git,因为当时也没装虚拟机甚至是不知道虚拟机这个东西,所以就下载了Windows下的git。当时跟着廖雪峰Git教程 学了几个命令。安装了虚拟机,也学了linux的基本命令后,突然又想起了git,所以就在虚拟机linux环境下安装一下,顺便复习一下源码安装的流程。 首先检查自 ...
分类:
其他好文 时间:
2018-09-28 21:20:50
阅读次数:
186
git报错-->! [remote rejected] master -> master (push declined due to email privacy restrictions) git报错-->! [remote rejected] master -> master (push decl ...
分类:
其他好文 时间:
2018-09-12 23:00:32
阅读次数:
371
本文主要用于收集git软件报错及解决方案 Git初次使用总结,安装到上传代码,多平台[码云|github] 1. 上传文件需要密码 问题产生:全局初始化是未添加邮箱 || 远程地址使用HTTPS 解决方案: 1.重新生成带有邮箱的公钥,并添加到平台 2.删除原有的版本仓库,并使用SSH的地址重新添加 ...
分类:
其他好文 时间:
2018-09-11 13:57:01
阅读次数:
169
参照:http://stackoverflow.com/questions/1918524/error-pushing-to-github-insufficient-permission-for-adding-an-object-to-reposi 原因:用ssh 管理时,客户端机器对服务器git代 ...
分类:
数据库 时间:
2018-08-27 18:24:46
阅读次数:
214
报错如下: bash: git-upload-pack: command not foundfatal: The remote end hung up unexpectedly 原因:原来代码服务器上的git安装路径是/usr/local/git,不是默认路径,根据提示,在git服务器上, 建立链接 ...
分类:
其他好文 时间:
2018-08-23 10:48:47
阅读次数:
6366
$ git pusherror: src refspec refs/heads/master does not match any.error: failed to push some refs 出错解决方案: 首先先试试注释 1.本地git仓库目录下为空 2.本地仓库add后未commit 3.g ...
分类:
其他好文 时间:
2018-08-06 19:50:56
阅读次数:
846
Git fetch和git pull的区别, 解决Git报错:error: You have not concluded your merge (MERGE_HEAD exists). Git fetch和git pull的区别, 解决Git报错:error: You have not conclu ...
分类:
其他好文 时间:
2018-07-19 12:01:21
阅读次数:
617
一、背景说明 今天使用在Cygwin中git clone时报fatal: I don't handle protocol '?https',如下: 以为是Cygwin实现的git有点问题没太在意,换去cmd执行,但一样是报fatal: I don't handle protocol '?https' ...
分类:
Web程序 时间:
2018-06-23 13:22:53
阅读次数:
358
. commit之后,用git status,打印信息为: # On branch master # Your branch is ahead of 'origin/master' by 1 commit. # nothing to commit (working directory clean) ...
分类:
其他好文 时间:
2018-06-22 13:21:00
阅读次数:
1889
git push 时发生如下错误 1. fatal: failed to write objecterror: unpack failed: unpack-objects abnormal exit 原因:远程仓库中的一些项目或者配置文件的权限有问题,push活动的权限不够 方法:修改远程仓库中文件 ...
分类:
其他好文 时间:
2018-06-19 14:04:18
阅读次数:
140