Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题很简单! 我可以在模式下看到文本上的 github 文件如何? 我只需要比较包含的 github 文件。
你知道怎么用php吗?
当涉及到原始文件时,Github 有非常简单的 url。看这个例子:
https://raw.github.com/libgit2/libgit2/development/CMakeLists.txt
所以只要知道 github 项目中文件的路径,就可以使用特殊的raw.github.com主机名,从 PHP 中读取内容。
raw.github.com