Recently, the Great Wall has been built higher, like the US-Mexico border, so, I have to figure a way out…
Maven Installation
Before this point, I always use IDE to run Maven projects. However, today when I typed mvn clean
, and the error message popped up:
1 | 'mvn' is not recognized as an internal or external command, |
I realized that I did not install Maven on my local machine… Shame on me…
Again, I used Windows.
Almost forgot this post…
Git Still Tracks Files in .gitignore?
Once upon a time, when I was using Intellij IDEA for one of my school project, I found all the configuration files of Intellij are very annoying. I added all the files into the .gitignore
, and hope those files wouldn’t be uploaded anymore. Yet… They were still uploading and updating which drove me crazy. I didn’t know what’re the problems, and I was so occupied by other works. I decided to let it be.
However, now, I’m facing the same issue when I add Views
to the project, and I have to remove all the _config.yml
files from git branch. Though my project is not worthy to crack, I’m not comfortable to let my password flow around on the internet.
SO, they have to be REMOVED!
Build GitHub Page with Hexo
I have set up io site for GitHub for a while, have not really play with the Git page anyway. However, since I started to study more and more, I feel like to have some place supports Markdown so that I can organize my notes is important. Eventually, my previously set Git page came to my mind.
Hence, I spent some time to set it up on my local machine, and decided to write it down in case I need to use it in the future. The original template is not bad, but limited in functions, so I changed to NexT.