SREとはのブログ

日々の作業メモ

2020-05-01から1ヶ月間の記事一覧

git 戻し方

ワーキングツリーの追加したファイルはを消すにはgit clean ・確認 git clean -n ・ファイルのみ削除する場合 git clean -f ・ファイルとディレクトリを削除する場合 git clean -fd www.minimalab.com ファイルに修正を欠けたのはgit cleanでは戻らないので …

brew update 失敗

brew update を行ったところ 下記が出てUpdateできなかった。 ✗ brew update BUG: remote-curl.c:1342: The entire rpc->buf should be larger than LARGE_PACKET_MAX fatal: expected flush after ref listing [ghq "CODECOMMIT-URL"] BUG: remote-curl.c:1…