Open Rudi9719 opened 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.
acme fetch and then replace git with https for upstream https://github.com/netsurf-plan9/nsport/issues/5#issuecomment-1169481113
acme fetch
git
https
When trying to build netsurf on a fresh 9Front install I'm getting the following error
If I try git/fetch:
I've tried searching for "9front fetch script" but haven't found anything usable yet.