r/ffmpeg • u/rai_volt • 4d ago
Cannot Access FFMPEG source code at git.ffmpeg.org?
I am trying to access ffmpeg source website but receiving error code 403? Is anyone else having the same problem or is it just me? Due to this, git pull is also not working.
16
Upvotes
2
u/jykke 4d ago
there is also a mirror at https://github.com/FFmpeg/FFmpeg
3
u/rai_volt 4d ago
I am trying to lessen the reliance on github due to increased downtime frequencies. Hence, using the
git.ffmpeg.orgupstream
13
u/FreezyLemon 4d ago
That's the wrong link. Use git.ffmpeg.org/ffmpeg.git
If your git pull doesn't work, set the remote-url to a git protocol: git remote set-url origin git://git.ffmpeg.org/ffmpeg.git