[mac]command not found git 에러
본문 바로가기

Network&etc/MAC

[mac]command not found git 에러

깃 설치랑 깃버전 업데이트까지하고 git config 만 등록하면되는데.. 경로문제인가 싶지만 global인데? 자꾸 command not found가 떠서 매우 이상했다.

 

심지어 나같은사람이 잘없는지 구글검색해도 잘안나옴ㅋㅋㅋ

우연히 봤던 스텍오버플로어에서 $뭐시기말하던데

https://stackoverflow.com/questions/23316021/git-setup-terminal-returning-command-not-found

 

Git setup, terminal returning : command not found

I'm trying to setup Git on my computer and now I'm supposed to write in this command to terminal: $ git config --global user.name "Your Name Here" but it is answering: -bash: $: command not found. ...

stackoverflow.com

$를 takeout 하라고?????

 

$까지 복사해서 안됬던것.. 결국 $$를 두번한셈

git config --global --list

이제잘됨!

 

 

반응형

'Network&etc > MAC' 카테고리의 다른 글

터미널 brew install 에러(mac git 다운로드)  (0) 2021.07.29