随笔分类 -  Git

摘要:git can’t install 报错信息: root@281eef85bb5d:~# apt-get install git Reading package lists... Done Building dependency tree Reading state information... D 阅读全文
posted @ 2018-07-02 15:18 GᎭ•Cristin 阅读(1293) 评论(0) 推荐(0)
摘要:1.启动postgresql数据库容器 [plain] view plain copy docker run --name gitlab-postgresql -d \ --env 'DB_NAME=gitlabhq_production' \ --env 'DB_USER=gitlab' --en 阅读全文
posted @ 2018-06-25 22:19 GᎭ•Cristin 阅读(283) 评论(0) 推荐(0)
摘要:在本地host文件中添加映射 http://tool.chinaz.com/dns , 查询 github.global.ssl.fastly.net 和 assets-cdn.github.com 两个地址,选择一个稳定添加到host文件 阅读全文
posted @ 2018-06-12 20:53 GᎭ•Cristin 阅读(221) 评论(0) 推荐(0)
摘要:什么是Git Git是一个版本控制系统(Version Control System,VCS)。 版本控制是一种记录一个或若干文件内容变化,以便将来查阅特定版本修订情况的系统。 多年前,我在法国做第一个实习时(2011年),那时候自己编程还在入门阶段,根本没听过版本控制系统。 那时候真是蠢(现在也没 阅读全文
posted @ 2018-06-10 13:56 GᎭ•Cristin 阅读(377) 评论(0) 推荐(0)
摘要:bogon:Appium cristin$ cd gitbat bogon:gitbat cristin$ git clone https://github.com/CristinYXL/CristinAppium.git Cloning into 'CristinAppium'... warnin 阅读全文
posted @ 2017-11-16 14:27 GᎭ•Cristin 阅读(204) 评论(0) 推荐(0)