«git-config» 태그된 질문

이 명령을 사용하면 저장소 또는 전역 옵션을 가져오고 설정할 수 있습니다.

10
git : 치명적 이메일 주소를 자동 감지 할 수 없음
Ubuntu 14.04에서 git로 커밋 할 수 없습니다. 오류 메시지는 다음과 같습니다. git : 치명적 이메일 주소를 자동 감지 할 수 없음 ( "일부 잘못된 이메일"이 있음) user.name 및 user.mail 설정 옵션을 git-config사용하거나 사용하지 않고 시도 --global했지만 아무것도 작동하지 않습니다.
106 git-config 

1
git-status 출력을 색상 화하는 방법은 무엇입니까?
git-status 출력을 다음과 같이 색상 화하고 싶습니다. untracked files = magenta new files = green modified files = blue deleted files = red 대신 준비된 파일이 녹색으로 표시되고 준비되지 않은 파일이 파란색으로 표시됩니다. 내 .gitconfig는 일부 검색을 기반으로 다음과 같이 설정됩니다. [color] status = auto [color "status"] added = green …

9
내 Git 구성의 설정은 어디에서 가져 오나요?
내가 core.autocrlf달릴 때 두 개의 목록이 있음을 알았 습니다.git config -l $ git config -l core.symlinks=false core.autocrlf=false color.diff=auto color.status=auto color.branch=auto color.interactive=true pack.packsizelimit=2g help.format=html http.sslcainfo=/bin/curl-ca-bundle.crt sendemail.smtpserver=/bin/msmtp.exe diff.astextplain.textconv=astextplain rebase.autosquash=true user.name=name user.email=email@example.com core.autocrlf=true 마지막 세 개 (user.name 아래에서)는 내 C:\users\username\.gitconfig파일 에서 유일한 것입니다 . 다른 모든 것들은 어디에서 왔습니까? core.autocrlf가 두 번 나열되는 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.