Git1 ubuntu 20.04에 git 설치하고 push하기(git personal access token 발급받기) 터미널을 열어줍니다. [sudo apt install git] 명령어를 쳐주고 Y를 눌러줍시다. 설치완료! 그 다음 업로드 디렉토리를 정하고 그 경로에서 user name과 user email 설정을 해줍니다. 아 pycharm의 terminal에서도 가능합니다. [git config --global user.name ~~] [git config --global user.email ~~] 그 다음 [git init] 명령어로 저장소를 생성해줍니다. 다음 commit을 할 repository를 지정해줘야 합니다. 아래 명령어를 입력해줍시다. [git remote add origin https://github.com/~~~ (저장을 원하는 저장소 경로)] [git fetch origin] 정상적으로 연동이 .. 2022. 3. 1. 이전 1 다음 728x90