You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git.Repository: invoke git config more backwards-compatibly
Some `git-config` options that we were using (`--default`,
`--type=bool`, and `--type=int`) were only added in git 2.18, released
2018-06-21. This means that some fairly recent platforms, like Ubuntu
18.04 "bionic", don't have those features in their default `git`.
Change `git.Repository` to invoke `git config` without using those
newer options.
0 commit comments