摘要:
查看是否安装:brew info nginx 安装:brew install nginx 卸载:brew uninstall nginx 查看版本:nginx -v 安装目录:/opt/homebrew/Cellar/nginx/1.29.0 (27 files, 2.5MB) 根目录:Docroo 阅读全文
posted @ 2025-10-10 21:49
古宝只
阅读(6)
评论(0)
推荐(0)
摘要:
# 1. 新建空白文件夹 mkdir <YOUR PROJECT> # 2. 初始化仓库 git init # 3. 配置当前仓库账号 git config user.name "<YOUR NAME>" git config user.email "<YOUR EMAIL>" # 4. 给当前账号 阅读全文
posted @ 2025-10-10 21:48
古宝只
阅读(26)
评论(0)
推荐(0)