Hexo next blog building

Title: hexo with GitHub to build a blog, using nexT theme date: 2021-04-26 19:21:20 categories: - [interest, website, Blog] tags: - Hexo - Git password: top: 100 typora-root-url: .. Hexo blog building Hexo is a static blog framework based on Node.js, which iUTF-8...

Posted by PandaFi on Mon, 17 May 2021 02:25:21 +0930

Permission denied (publickey). fatal: Can not read from remote repository. Problem solving

Permission denied (publickey). fatal: Can not read from remote repository. Problem solving 0 The reason for writing this is that it was a very simple question. I read the online posts, mostly in ctrl-c/v with nonsense, and do not indicate the source.... 1 Error Analysis Today I was preparing a UTF-8...

Posted by artisticre on Sat, 22 May 2021 02:09:07 +0930

Without linux foundation, you can also master the basic operation of git

git is a tool used to manage projects. Its remote warehouse includes github, gitee and gitlab code hosting center. It can be used not only for individuals to share code, but also for teams to collaborate and publish projects. Let's learn how to use git~ git in the local computer is divided intoUTF-8...

Posted by elgordo1960 on Sun, 23 May 2021 03:39:42 +0930

[Github] hexo combines butterfly theme to build github.io blog from scratch

preface 🈲 To save time, please jump to version 3 Start by creating a new library Remember the five commands of git '' does not have a commit checked out fatal: adding files failed when inputting "git add ." in command prompt git clone http://xxx git add . git commit -m"introduction for this cUTF-8...

Posted by laserlight on Sat, 05 Jun 2021 03:35:53 +0930

GIT operation and specification record

GIT operation record Combined with the official documents and the content shared by some bloggers, and according to the company's GIT operation requirements, this paper summarizes a relatively brief article, hoping to help you more or less 1, COMMIT commit specification Each submission should UTF-8...

Posted by theredking on Mon, 21 Jun 2021 08:19:39 +0930

Gethub.code.china create project, git solution

Create project Install git 1. To use CODE.CHINA, you need to install git tool first. Download git tool: https://git-scm.com/downloads After the installation, enter git --version on the command line to view the GIT version. Log in at gethub or code.chinad Generate SSH key Since the transmissionUTF-8...

Posted by DaveTheAve on Sun, 11 Jul 2021 05:15:21 +0930

Git Simple Tutorial

Git Simple Tutorial 1. Local Submission Ignore submission There are **.gitignore** files in the root directory (IDEA is generated automatically) You can also modify it yourself to lighten the project load Basic Settings Right-click with mouse scroll to adjust font size;Set font size and encodinUTF-8...

Posted by joquius on Sun, 18 Jul 2021 01:59:38 +0930

Enterprise operation and maintenance practice -- the use of git, git combined with github/gitlee and private gitlab

Introduction to Git Git is the most advanced distributed version control system in the world. This software can be used to record the changes of each document, which is convenient for the control operations of document addition, deletion, modification, version iteration and fallback. GitHub isUTF-8...

Posted by Mobile on Thu, 12 Aug 2021 07:29:05 +0930

@Jenkins Continuous Integration and gitlab Warehouse Management

1. Jenkins Continuous Integration The software development life cycle, also known as SDLC(Software Development Life Cycle), is a collection of planning, development, testing, and deployment processes 1. Software development life cycle 1)#requirement analysis This is the first phase of the lifeUTF-8...

Posted by bigmichael on Sat, 14 Aug 2021 02:55:44 +0930

Getting started with Open Policy Agent(OPA)

Hello, I'm Zhang Jintao.In this article, I'd like to introduce you to a general policy engine that I personally like, called OPA, whose full name is Open Policy Agent.Before we talk about OPA, let's talk about why we need a general policy engine and what problems OPA solves.What problem does OPUTF-8...

Posted by johnpaine on Tue, 07 Dec 2021 21:10:00 +1030