tig status-untracked-dirs가 나타날 때의 처리
1919 단어 tig
brew update
tig 명령에 Warning이 나타난 비망록tig version
$ tig -v
tig version 2.2.2
Warning 내용$ tig
tig warning: /usr/local/etc/tigrc:90: status-untracked-dirs has been renamed to status-show-untracked-dirs
tig warning: Errors while loading /usr/local/etc/tigrc.
status-untracked-dirs
가 status-show-untracked-dirs
로 바뀐 것 같아요.tigrc
무슨 설정 파일이 있나요...brew info
로 정보가 있는지 확인해 보세요.$ brew install tig
==> Downloading https://homebrew.bintray.com/bottles/tig-2.2.2.sierra.bottle.tar.gz
Already downloaded: /Users/jyotti/Library/Caches/Homebrew/tig-2.2.2.sierra.bottle.tar.gz
==> Pouring tig-2.2.2.sierra.bottle.tar.gz
==> Caveats
A sample of the default configuration has been installed to:
/usr/local/opt/tig/share/tig/examples/tigrc
to override the system-wide default configuration, copy the sample to:
/usr/local/etc/tigrc
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completions and functions have been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/tig/2.2.2: 12 files, 457.4KB
프로필 샘플 있죠?처리 방법
tig 설정이 기본 상태에서 사용되기 때문에 example에서tigrc 파일을 다시 저장하면 Warning을 표시할 수 없습니다
cp /usr/local/opt/tig/share/tig/examples/tigrc /usr/local/etc/tigrc
Reference
이 문제에 관하여(tig status-untracked-dirs가 나타날 때의 처리), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/jyotti/items/c0bb6fcb00df8fa29a77텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)