netsurf-plan9 / nsport

nsport
55 stars 1 forks source link

Can't fetch on 9Front #6

Open Rudi9719 opened 2 years ago

Rudi9719 commented 2 years ago

When trying to build netsurf on a fresh 9Front install I'm getting the following error

[/usr/rudi/src/nsport] 9p% fetch clone http
#d/0:49: fetch: './fetch' directory entry not found

If I try git/fetch:

[/usr/rudi/src/nsport] 9p% git/fetch clone http
usage: git/fetch [-dl] [-b br] [-u upstream] remote
    -b br:  only fetch matching branch 'br'
remote: fetch from this repository

I've tried searching for "9front fetch script" but haven't found anything usable yet.

pchxyz commented 2 years ago

acme fetch and then replace git with https for upstream https://github.com/netsurf-plan9/nsport/issues/5#issuecomment-1169481113