0

我正在尝试下载自制软件,但终端的默认设置要求我输入密码,而我不知道确切的密码。谁能告诉我如何处理?

    Last login: Sun Oct 27 17:32:17 on ttys000
`111-250-68-247:~ louisa$ ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
==> This script will install:
    /usr/local/bin/brew
    /usr/local/Library/...
    /usr/local/share/man/man1/brew.1

Press ENTER to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir /usr/local

WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

Password:
Failed during: /usr/bin/sudo /bin/mkdir /usr/local
111-250-68-247:~ louisa$ 
4

2 回答 2

0

使用您当前登录的用户的密码。为我工作

于 2015-03-03T13:11:09.407 回答
0

它要求您输入帐户的密码,但似乎不是身份验证问题。您可能需要启用 root 帐户

于 2013-10-28T11:18:16.320 回答