[Git Error] bash: git: command not found

유댕이·2024년 10월 28일

Github

목록 보기
2/6

외부 서버를 새롭게 생성한 후, git clone을 하려고 하니 'bash: git command not found' 에러가 발생하였다. 아래의 코드를 통해 해결할 수 있다.

apt update
apt install -y git
profile
✨🐰🫧

0개의 댓글