Git clone error

Trying to do a

git clone https://github.com/syncthing/syncthing/releases/download/v0.14.39/syncthing-linux-amd64-v0.14.39.tar.gz

error returned

fatal: repository 'https://github.com/syncthing/syncthing/releases/download/v0.14.39/syncthing-linux-amd64-v0.14.39.tar.gz/' not found

any ideas on why this might be happening?

You’re attemting to clone a tar.gz. Don’t do that. Clone the repo.

git clone https://github.com/syncthing/syncthing.git

thanks that fixed it!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.