본문 바로가기

Programing/개발환경설정

(3)
Docker 이용한 개발 환경 구축(Mac Os, MySQL) Docker 를 이용한 개발 환경 구축 (Mac Os, My SQL)    1. Docker Desktop 설치https://www.docker.com/products/docker-desktop/ Docker Desktop: The #1 Containerization Tool for Developers | DockerDocker Desktop is collaborative containerization software for developers. Get started and download Docker Desktop today on Mac, Windows, or Linux.www.docker.com 1.1 위 링크를 타고 들어가서 각자 컴퓨터 사양에 맞는 버전을 다운로드 합니다 - 아래 Download ..
[Git] not a git repository Error 해결 방법 Git을 설치하고 난 후 git이 제대로 동작해보려고 하니 이게 왠걸? 아래와 같은 Error 가 발생 했다. fatal: not a git repository (or any of the parent directories): .git   이 Error의 원인 부터 알아보자 fatal: not a git repository (or any of the parent directories): .git 에러가 발생하는 이유현재 폴더에 git에 대한 정보 담은 파일이 없기 때문에 발생하는 에러이다. git에 대한 정보를 담은 파일을 만들기 위해서는 git init 명령어만 작성해주면 된다.  Initialize가 되면서 아래와 같이 .git 폴더도 생신것이 확인 된다.     이제 다시 git status 명령어를..
[Git] Git Setup (Window) CMD에 git 관련 명령어를 입력했을때 아래와 같은 문구가 뜬다면 git이 설치가 되어 있지 않기 때문이다.  'git'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는배치 파일이 아닙니다.    https://git-scm.com/download/win Git - Downloading PackageDownload for Windows Click here to download the latest (2.46.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released about 1 month ago, on 2024-07-29. Other Git for Windows download..