Git
林飞的梦呓
日拱一码,功不唐捐!
展开
-
Git标签笔记
Git打标签(Tag)创建标签开源精粹(第六期):刷题必备的 LeetCode 插件,值得你拥有!2.6 Git 基础 - 打标签原创 2020-08-06 13:58:43 · 202 阅读 · 0 评论 -
配置git简写
配置Git简写$ git config --global alias.st status$ git config --global alias.co checkout$ git config --global alias.ci commit$ git config --global alias.ci commit$ git config --global alias.br branch...原创 2020-04-20 16:25:25 · 309 阅读 · 0 评论 -
Git入门(二)常用指令
Git常用指令一、常用指令集锦$ git // 查看系统有没有安装Git$ cd .. //回到上一级目录$ ssh-keygen -t rsa -C "youremail@example.com" //创建SSH Key$ git diff //查看具体修改的内容$ git log //显示从最近到最远的提交日志(可以...原创 2017-11-03 22:44:59 · 327 阅读 · 0 评论 -
Github学习笔记 Git学习中碰到的问题(更新中......)
Github学习笔记–>Git学习中碰到的问题(更新中……)1.在命令窗口中输入git clone git@github.com:the3musketeers/ife.git后出现“Please make sure you have the correct access rights and the repository exists.”(如下图所示) 原因:本地Git仓库和GitHub仓库原创 2017-02-08 09:03:14 · 378 阅读 · 0 评论 -
github代码如何定位到历史版本(历史commit点)
想我们在写代码时候,数次修改并提交commit,如果在这个过程中我们后悔了,想回到当初的某一个commit点应该如何实现呢?原文链接: github代码如何定位到历史版本(历史commit点)...转载 2018-07-03 20:23:00 · 1227 阅读 · 0 评论 -
Error: Could not fork child process: There are no available terminals (-1).
Error: Could not fork child process: There are no available terminals (-1).原创 2018-07-06 00:55:32 · 12315 阅读 · 0 评论 -
remote: Incorrect username or password ( access token )
remote: Incorrect username or password ( access token )git config --local user.name xxxgit config --local user.email xxx@xx.com# HTTP方式git clone https://gitee.com/gitee账号名/仓库名.git// remote: Inco...原创 2019-05-16 19:43:00 · 9714 阅读 · 0 评论 -
fatal: 'origin' does not appear to be a git repository
$ git pl origin masterfatal: 'origin' does not appear to be a git repositoryfatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exis...原创 2019-06-25 00:55:51 · 2942 阅读 · 0 评论