Setting/Python

PyCharm 에서 Github 사용 Using Github with PyCharm

개발자_옹이양 2020. 11. 24. 00:35

 

 

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

깃허브 홈페이지 입니다. 회원가입을 해줍니다.

This is the website of GitHub, sign up as a member.

 

 

desktop.github.com/

 

GitHub Desktop

Simple collaboration from your desktop

desktop.github.com

에서 깃허브데스크탑을 설치해 줍니다.

 

설치후 

 

Pycharm 에서

Ctrl + Alt + S 후 

Git 검색

여기서 Git 실행 파일 경로 설정을 해줍니다

보통

C:\Users\사용자\AppData\Local\GitHubDesktop\app-2.6.0\resources\app\git\cmd\git.exe

경로에 있습니다.

토큰 생성 클릭
생성
생성하면 나오는 화면 (구글 번역 사용)
여기있는 토큰 긁어서 위의 토큰 값에 입력

 

연동도 되었으니 이제 Repository(저장소) 생성

 

 

위의 경로에서 만들어진 폴더 열기
자신이 원하는 프로젝트 설정 저는 R 을 만들겠음
깃허브 데스크탑에서 생성한 경로와 같은곳에 만들어야함
여러파일이 만들어지고, Commit 가능.