On Wed, Jan 28, 2015 at 1:26 PM, Nick <suckless-...@njw.me.uk> wrote: > When trying to clone the repo, I get an error: > > ; git clone http://git.codemadness.nl/sfeed > Cloning into 'sfeed'... > error: The requested URL returned error: 403 (curl_result = 22, http_code = > 403, sha1 = adf5c45fd65b8e463c2e6dff440a1f6ad4dd1825) > error: Unable to find adf5c45fd65b8e463c2e6dff440a1f6ad4dd1825 under > http://git.codemadness.nl/sfeed > Cannot obtain needed blob adf5c45fd65b8e463c2e6dff440a1f6ad4dd1825 > while processing commit 1fe61cfcf216d459173724805f37ad6e4eff4920. > error: Fetch failed. > > The interface looks nice, potentially, and I'm interested in looking > into it more. > > I've wanted a fuse filesystem interface for RSS for a while, but > haven't got around to building one. This looks like it might be a > nice alternative. >
Thanks for reporting this. I have disabled cloning over HTTP. You can now clone over git at: git://git.codemadness.nl/sfeed If there are other issues related to git feel free to PM me. I don't want to cause too much noice in this thread.