企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 如何查看是否安装Git --- ## 这些单词是什么意思 `clone` `--global` 全局老大,听我的 `git config` git的大管家,管理git的外观和行为 ## Git教程推荐 [Pro Git 第二版]() ### 你是谁 你的邮箱是多少 ``` $ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com ```