2019-01-01から1ヶ月間の記事一覧
問題 DockerでUbuntuのイメージを作成したところUnicodeErrorが出てしまう。 UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128) 解決策 % apt-get install language-pack-ja % update-locale LANG=ja_…
removed_space_list = [t for t in include_space_list if t]
色々書いてあるところが多いがポイントは以下の2つのみ。 1. テンプレートを作成 github.com その他にテンプレートを作りたい際には以下のサイトが参考になる。 gitmoji.carloscuesta.me 2. configに設定 特定リポジトリで使用 あるリポジトリで使いたい場合…