在Macbook上安装WWW开发系统

发布于 2024-10-21 08:53:46 字数 136 浏览 2 评论 0原文

我尝试将 git 和 Mamp 安装到我的 Macbook 上。安装Mamp后,我在applications文件夹下发现了一个新文件夹。但是当我安装git时,我在applications文件夹下没有找到它。我做的一切都正常吗?如何测试 git 是否正常工作?

I tried to install git and Mamp to my Macbook. After I installed Mamp, I found a new folder under the applications folder. But as I installed git, I didn't find it under the applications folder. Am I doing everything OK and how can I test if git works correctly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷情 2024-10-28 08:53:47

git 是一个命令行应用程序。打开终端并输入 git,然后按 Return。

它应该打印一些帮助,类似于:

usage: git [--version] [--exec-path[=<path>]] [--html-path]
       [-p|--paginate|--no-pager] [--no-replace-objects]
       [--bare] [--git-dir=<path>] [--work-tree=<path>]
       [-c name=value] [--help]
       <command> [<args>]

如果它说 command not find,那么要么它没有安装,要么不在 PATH 中。

git is a command line application. Open Terminal and type git, followed by Return.

It should print some help, similar to:

usage: git [--version] [--exec-path[=<path>]] [--html-path]
       [-p|--paginate|--no-pager] [--no-replace-objects]
       [--bare] [--git-dir=<path>] [--work-tree=<path>]
       [-c name=value] [--help]
       <command> [<args>]

If it says command not found, then either it is not installed, or not in the PATH.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文