Recent Posts
Link
«   2024/10   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
관리 메뉴

공부하자

비주얼 스튜디오 코드&깃허브 연동하기(Mac) 본문

ETC

비주얼 스튜디오 코드&깃허브 연동하기(Mac)

bluemoon527 2020. 11. 30. 16:34

맥에 비주얼 스튜디오 코드&깃허브 설치 및 연동하기

 

 

비주얼 스튜디오 코드(VSCODE, 무료 에디터) : https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

깃(git) 다운로드 : https://git-scm.com/

 

Git

 

git-scm.com

깃허브(github) : https://github.com/

 

GitHub: Where the world builds software

GitHub is where over 50 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

 

비주얼 스튜디오 및 깃 다운로드 및 설치, 깃허브에 가입.

 

 

프로젝트 버전관리 프로그램으로 github와 svn 사용을 많이 한다.

개인적으론 svn만 사용해와서 github는 이번에 처음 사용하게 됨. 

 

svn과 gitgub의 차이점 : blog.naver.com/weekamp/222102867183

 

GIT 과 SVN의 개념 및 장단점 형상관리, 버전관리

​GIT 과 SVN 을 이해하려면 먼저 형상관리(버전관리)에 대해 이해해야 한다. 프로젝트를 진행할 때 ...

blog.naver.com

 

svn에 비해 확실히 사용방법이 복잡한데 로컬 작업 부분이 굉장한 장점인듯.

svn은 협업자와의 작업 타이밍이 꼬이면 버전 충돌 단점이 너무 크기 때문에..ㅜ 

 

 

 

선생님이 연동시 참고하라고 알려주신 사이트(Mac)

www.it-swarm.dev/ko/terminal/mac%EC%9D%98-visual-studio-code%EC%97%90%EC%84%9C-%EA%B8%B0%EB%B3%B8-%ED%84%B0%EB%AF%B8%EB%84%90-%EC%95%B1-%EB%B3%80%EA%B2%BD/1052036444/

 

terminal — Mac의 Visual Studio Code에서 기본 터미널 앱 변경

Mac 용 Visual Studio Code에서 사용하는 기본 터미널 앱을 변경하고 싶습니다. 나는 그것이 환경 설정 또는 설정 json의 일부라고 생각하지만 확실하지 않습니다.

www.it-swarm.dev

 

해당 사이트 참고 전 맥에 iterm2 설치하기

iterm2.com/

 

iTerm2 - macOS Terminal Replacement

iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain

iterm2.com

 

 

iterm2 설치 후 해당 사이트 참고하여 깃허브와 연동하다보면 오류는 없었는데 연동이 되지 않는 경우가 있다.

이런 경우 맥 보안에 의한 로그인 문제인것 같은데 비주얼 스튜디오에서 깃허브 아이디 로그인을 하여 승인을 해줘야 된다.

(기억이 가물가물한데 비주얼 스튜디오 내 깃허브 로그인이거나 맥 보안 로그인 둘 중 하나임)

 

 

 

로그인 완료 후 다시 사이트 참고하여 연동하면 정상적으로 연동 된 것을

비주얼 스튜디오와 깃허브에서 확인할 수 있다.

 

 

 

 

 

 

+ 생각날때마다 작성 중

 

Comments