This is the fifth day of my participation in Gwen Challenge
There is no purpose in life, only a process. The so-called ultimate purpose is empty. Thus spoke Zarathustra – Nietzsche
After re-installing Git, we need to re-enter the information related to our personal account, which is also our user name and email address. That is to say, execute the following command in any interface of Git:
Git config --global user.name git config --global user.name
Git config --global user.email
If no error is reported, the configuration is successful.
I uploaded my blog file to Github, but after configuring my personal account, I still received an error message. The error message is as follows:
Bash: hexo: command not found
First check whether node and NPM are normal. Then run the following commands:
node -v
npm -v
Node and NPM are ok if version information is displayed as follows:
Create a new folder and run the following command to download hexo (the download will be slow) :
npm install hexo -cli -g
Once downloaded, you can upload it to Github.
I’ve been reading Black Swan: How to Deal with an Uncertain Future.
- There are simply two kinds of things in the world: average and extreme.
- On average, individuals make little difference, only a large number of individuals make a difference. In extreme Stan, the individual can have an incredible impact on the whole.
- Take two examples: random 100 people, get the average height, this number will not change greatly because of one or two people, this belongs to the average Stan; If height were replaced with wealth, the result would be very different, perhaps with the addition of Bill Gates to increase the average 10,000 times, which is extreme Stan.
- The vast majority of social problems belong to extreme Stan, in other words, social variables are information, not physical.
A friend advised me to look for a job where the pay was unlimited. A baker must keep baking bread to get more money; And J.K. Rowling doesn’t have to write it again every time a reader buys a Harry Potter book. This is also the dividing line between mental and manual labor.
According to this theory, Coder is also divided into two types: lucky hard brick type and once and for all. I don’t do the same thing, obviously I belong to the former.