这可能是一个缓存的问题,因为你的GitHub项目页面的源代码包括:
<!-- readme cache key: tree-readme:2188350:07c93010a313c998bb0d7c69f54b7d50525ca75e -->
<div id="readme" class="clearfix announce instapaper_body ">
<span class="name"><span class="mini-icon mini-icon-readme"></span> README</span>
<div class="plain"><pre># Pale
Pale is a simple PHP library that allows a developer to easily convert errors to exceptions without having to worry about the details of changing and restoring error handlers.
## Usage
```php
use Pale;
try {
Pale\run(function() {
trigger_error("this will become an exception");
});
} catch(ErrorException $e) {
var_dump($e);
}
```
</pre></div>
的“cache key: tree-readme:2188350:07c9301...
”,这表明页面的内容可能会在未来的更新几个小时后。
花了48小时,但它终于切换到使用Readme.md文件。 – Toxygene
@Toxygene darn ...很长。也许这与他们最近的问题有关? (https://status.github.com/messages: ** 2012年12月12日** '13:53 UTC我们正在调查问题到达GitHub.com', ** 2012年12月11日** '23: 36 UTC我们已经确定了停电的原因,并且正在应用该修复程序.', '23:09 UTC我们的API目前正在停机,很快会有更多的细节.',...) – VonC