下载Symfony1.4配置检查器的Url返回401:需要授权

下载Symfony1.4配置检查器的Url返回401:需要授权,symfony1,symfony-1.4,Symfony1,Symfony 1.4,我正在阅读symfony1.4的文档,因为我必须学习它,因为它是一个遗留代码。在某些情况下,文档说明: Then, download the symfony configuration checker script at the following URL: 所以我试着跑 $ curl -d "" http://sf-to.org/1.4/check.php $ curl -d "" http://svn.symfony-project.com/branches/1.4/data/bin/c

我正在阅读symfony1.4的文档,因为我必须学习它,因为它是一个遗留代码。在某些情况下,文档说明:

Then, download the symfony configuration checker script at the following URL:
所以我试着跑

$ curl -d "" http://sf-to.org/1.4/check.php
$ curl -d "" http://svn.symfony-project.com/branches/1.4/data/bin/check_configuration.php
我收到消息:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://svn.symfony-project.com/branches/1.4/data/bin/check_configuration.php">here</a>.</p>
</body></html>
获取此错误:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
</body></html>

401需要授权
需要授权
此服务器无法验证您是否
您有权访问该文档
请求。要么你提供的是错误的
凭据(例如,错误的密码)或您的
浏览器不了解如何提供
所需的凭据


在我看来,最好使用symfony的git存储库:

check\u configuration.php
文件可在此处找到:

或者,如果您只需要文件的内容:


没错。但link不起作用仅仅是因为该版本的Symfony还不受支持。