Git使用指南 配置Git环境 在新电脑上检查是否安装Git git --version得到版本号确定已安装好Git 配置Git用户名与邮箱账户 12git config --global user.name "EHUM"git config --global user.email "ehum@sina.com" 如要查看配置信息可输入 12345git conf 2022-09-09 Bash #命令行工具 #Git
brew安装Nodejs遇到的问题 brew安装Nodejs遇到的问题在M1芯片的Mac中安装Node.js与平时稍微有点不同,需要多加一行命令建立连接。 首先使用brew安装Node.js。 1234567891011brew search node==> Formulaelibbitcoin-node node-build node@12 no 2022-09-09 Bash #Node.js #命令行工具
安装Oh-my-zsh 安装Oh-my-zsh12export REMOTE=https://gitee.com/imirror/ohmyzsh.gitsh -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ohmyzsh/ohmyzsh/tools/install.sh)" 更改Oh-my-zsh配置文件vim ~/.zshrc 刷新配置以生效sources 2022-09-09 Bash #命令行工具
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2022-05-28