Remy Schrader
Remy Schrader
[Here's a guide](http://robots.thoughtbot.com/keeping-a-github-fork-updated) for forking a git repo and fetching updates from upstream -- in this case, the original GVM repo.
@lstep Sorry, I wasn't specific: Forking the GVM repo, and editing line 48 of gvm-installer from `SRC_REPO=${SRC_REPO:-https://github.com/moovweb/gvm.git}` to `SRC_REPO=${SRC_REPO:-https://github.com/YOUR_GITHUB_ACCOUNT/gvm.git}` means running the forked gvm-installer script will install locally from the...
Makes sense to install godoc once under the system version, since it's a database, not a versioned package and is therefore immune to the need to be managed as a...
Encountered the same today. I use https with `credential.helper=osxkeychain` for git authentication, not ssh keys. Git, NodeJS and NPM run fine on my system. ``` ❯ foundation -v (node:57836) fs:...
Suspect this is [relevant](https://github.com/npm/npm/issues/3830#issuecomment-23363054)