
git使用
小琪爷
人生如戏啊 靓仔 所以做什么事情最好都要去尽最大努力
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FATAL { err: Error: Spawn failed at ChildProcess.<anonymous> (F:\Blog\node_modules\hexo-util
出现的错误像这样的 多提交几次就OK了原创 2022-06-29 11:39:07 · 3586 阅读 · 2 评论 -
hexo d FATAL duplicated mapping key at line 103, column -101: deploy:
hexo 踩坑:hexo d FATAL duplicated mapping key at line 103, column -101: deploy:修改配置文件 在最下面写上这个原创 2022-06-22 16:05:29 · 354 阅读 · 0 评论 -
error: failed to push some refs to ‘github.com:English.git‘ hint: Updates w
问题描述: error: failed to push some refs to 'github.com:1qiqiqi/learing-Speaking-English.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') b原创 2022-03-24 11:48:40 · 126 阅读 · 0 评论 -
第二次提交文件 merge上次版本
项目场景: 在一个文件中已经提交过一次的给GITHUB的代码,修改一次之后(创建一个新文件)再次提交给GITHUB,使其与上次版本合并 方案 方法很简单 先连接好远程 git remote add origin git地址 把远程代码拉过来 git pull origin master 然后创建一个新的分支 git branch newbranchname 切换到分支 git checkout newbranchname 把文件添加到缓存区 git add . 然后提交到版本库 然后切回到master分原创 2022-03-19 00:04:53 · 355 阅读 · 0 评论 -
Updates were rejected because the tip of your current branch is behind
项目场景: 今天学习torch的第二天 谁知我在git push -u origin master的时候报错了 问题描述 Updates were rejected because the tip of your current branch is behind --- # 原因分析: 可能是不能merge的原因吧 于是我就建立了分支 --- # 解决方案: 在git push -u origin master前输入 git branch [name] git push -u origin [na原创 2022-03-14 10:33:05 · 113 阅读 · 0 评论 -
Failed to connect to github.com port 443 after 21505 ms: Timed out
Failed to connect to github.com port 443 after 21505 ms: Timed out原创 2022-03-13 13:10:52 · 372 阅读 · 0 评论 -
git 9个小命令(三年修仙五年摸鱼也有喔) 一条龙服务
前言 本文是记录今天学习过的git命令哈,感觉还是很有趣,就是感觉很高级哈,git命令是一种管理代码的命令,今天学的呢就是一些版本号管理这种的,比如说一个PS图片,产品的外观设计,就拿今天讲的拿公司的话来说就是,老板喜欢我设计的图,但是产品经理不喜欢,但是首先得交给产品经理,所以得设计一套产品经理喜欢的,这是就得做好两个版本设计的图,首先给产品经历喜欢的,产品经历交给老板,老板皱起眉头,什么玩意啊这是,产品经历只好让我重新设计,我说 我早准备好一套了,拿去吧,产品经历从我手上拿走后,交给老板,老板很是开心哈原创 2021-12-05 21:49:31 · 726 阅读 · 0 评论