GitHub:raw.githubusercontent返回无效请求

时间:2014-07-13 10:35:15

标签: git github

我正在尝试获取git hub存储库(例如

)的原始数据的有效URL

https://raw.githubusercontent.com/lowcoupling/dono/master

我得到的是400: invalid request HTTP响应

我做错了什么?

1 个答案:

答案 0 :(得分:0)

良好的URL架构是:

https://raw.githubusercontent.com/USERNAME/REPONAME/BRANCHNAME/FILENAME

示例:https://raw.githubusercontent.com/lowcoupling/dono/master/README.md

你错过了文件名。