2020-04-21
Git を 2.26.1 にアップデートしておく
Git の脆弱性があったのでアップデートしておく
- malicious URLs may cause Git to present stored credentials to the wrong server · Advisory · git/git
https://github.com/git/git/sec... - Gitの認証情報を奪い取れるGit 2.26.0以下にある脆弱性について
https://gist.github.com/azu/9e... - Macのhomebrewで最新gitをインストールして使う方法 - Qiita
https://qiita.com/takm-reason/...
この Mac では SourceTree の方をつかってた。
とりあえず homebrew でいれておく。
$ brew install git
.bash_profile に
export PATH="/usr/local/opt/gettext/bin:$PATH"
というかんじで。
$ git --version git version 2.26.1
SourceTree の方も System のを使うように変更しておく。