我正在尝试获取一个有效的URL来访问git hub存储库的原始数据
https://raw.githubusercontent.com/lowcoupling/dono/master
我得到的是400: invalid request
HTTP响应
我究竟做错了什么?
好的URL架构是:
https://raw.githubusercontent.com/USERNAME/REPONAME/BRANCHNAME/FILENAME
示例:https://raw.githubusercontent.com/lowcoupling/dono/master/README.md
你刚刚错过了文件名。