git에 구성 파일을로드하려고하는데 파일이 기본 저장 위치 중 하나에 없습니다. 나는 git config --file .gitconfig( .gitconfig파일 이 들어있는 올바른 디렉토리에 있었을 때) 시도했지만 표준 도움말 메시지를 표시하여 응답했다. 즉 :
usage: git config [options]
Config file location
--global use global config file
--system use system config file
--local use repository config file
-f, --file <file> use given config file
etc.
아니요-왜 이것이 효과가 있을지 모르겠지만 시도해 볼 수 있습니다
—
mchen.ja
tried ./.gitconfig?