This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > sudo mkdir -p /opt/boxen | |
| > sudo chown ${USER}:staff /opt/boxen | |
| > git clone https://github.com/boxen/our-boxen /opt/boxen/repo | |
| > cd /opt/boxen/repo | |
| > git remote rm origin | |
| > ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future ./script/boxen | |
| fatal: 'origin' does not appear to be a git repository | |
| fatal: Could not read from remote repository. |