env GIT_CONFIG_NOSYSTEM=true GIT_CONFIG_COUNT=0 GIT_CONFIG_GLOBAL=/dev/null git ...
can be used to suppress reading the configuration file. Useful with this error:
BUG: refs.c:2083: reference backend is unknown error: git-remote-https died of signal 6
… which is caused by a particular configuration option.