mmp / pbrt-v3

Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
http://pbrt.org
BSD 2-Clause "Simplified" License
4.87k stars 1.18k forks source link

git.pbrt.org seems to be down #226

Closed evil84 closed 5 years ago

evil84 commented 5 years ago

git.exe clone --progress -v "git://git.pbrt.org/pbrt-v3-scenes" "D:\pbrt-v3-scenes"

Cloning into 'D:\pbrt-v3-scenes'... Looking up git.pbrt.org ... done. Connecting to git.pbrt.org (port 9418) ... 146.148.96.151 done. fatal: read error: Invalid argument

mmp commented 5 years ago

I rebooted and restarted everything and it seems fine now. Sorry for the inconvenience!

hrehfeld commented 4 years ago

Again?

git clone --progress -v "git://git.pbrt.org/pbrt-v3-scenes"
Cloning into 'pbrt-v3-scenes'...
Looking up git.pbrt.org ... done.
Connecting to git.pbrt.org (port 9418) ... 146.148.96.151 done.
fatal: read error: Connection reset by peer
mmp commented 4 years ago

Fixed now. Sorry for the trouble! (We'll switch over to github for the pbrt-v4 scenes in order to avoid this issue in the future...)

hrehfeld commented 4 years ago

No problem at all, thanks for fixing it so quickly! :+1: I actually like the decentralized infrastructure, maybe just provide a backup mirror here?

Andrew-Helmer commented 3 years ago

This seems to be happening for me right now, I can't download the scenes. Sorry to bother you Matt, I know this will all be obsolete shortly!

mmp commented 3 years ago

This should be fixed now--sorry for the inconvenience! (And yes, this is obviously an intentional ploy to encourage migration to pbrt-v4. :-) )

Andrew-Helmer commented 3 years ago

Got it, thank you Matt! And yes, I know :-). I will probably port some of what I'm doing to pbrt-v4 before long. I like the new, simpler Sampler interface!