[memo] Console2 + git bash やめました。
Console2 + git bash を使っていたが、やめた。不満だったのは、
- single quotation が入力できなかった (autohotkey で key 排列をいじっているせいか?)
- -> autohotkey の script の書き方が原因だった。vk, sc での記述をやめたらできるようになった。
- 日本語が入力できなかった
- 環境変数 (特に path) の設定・表示が simple でなかった。
いまは gnupack の cygwin を使っている。上記不満は解消された。ただ、 git push
ができなくて困っている。 git push
だけは git bash でやっている。
memo
確か、 cygwin と git bash で違う git を起動していた気がする。これが原因の可能性がある。
which git
すると
- git bash: /bin/git
- cygwin: /c/Users/<username>
/Appdata/Local/Programs/Git/bin/git
-> apt-cyg で git を install した。すると、
$ which git
# => /usr/bin/git
となった。
Author And Source
この問題について([memo] Console2 + git bash やめました。), 我々は、より多くの情報をここで見つけました https://qiita.com/ticonz/items/68d9834b509bd7ae1ac9著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .