git clone example on main page does not work
Brought to you by:
rumpeltux
On http://wput.sourceforge.net/ there's a line to clone the repository:
git clone git://wput.git.sourceforge.net/gitroot/wput
That doesn't work:
% git clone git://wput.git.sourceforge.net/gitroot/wput
Cloning into 'wput'...
fatal: remote error: access denied or repository not exported: /gitroot/wput
A better approach (taken from the 'code' tab on sourceforge) seems to be:
git clone https://git.code.sf.net/p/wput/code wput-code