Siburlog

SiblogだとSI BlogっぽいのでSiburlogとする

2019-02-11から1日間の記事一覧

How to "go get" from private repo via https

The 2nd way in the following comment. cmd/go: github private repos require special configuration · Issue #26134 · golang/go · GitHub $ cd ~ $ touch .netrc $ chmod 600 .netrc $ vim .netrc machine github.com login YOUR_NAME password YOUR_API…

How to install yarn via pacman without node

Background I decided to install NodeJS not using pacman but using a version manager (nvm at the moment). However, according to Yarn official, I should install Yarn itself via an OS package manager for several reasons. https://yarnpkg.com/e…