728x90
- 왼쪽엔 깃허브 오른쪽엔 깃허브에 연결을 원하는 인텔리제이 프로젝트를 켠다.
- 깃허브 레포지토리를 생성하고 주소를 복사한다.
- 인텔리제이 하단의 ‘터미널’에 다음과 같이 입력한 뒤 주소도 붙여서 연결
git init
git add .
git commit-m "first commit"
git branch -M 이름(main)
git remote add origin 복붙한 주소
git push -u origin 이름(main)
728x90
'Web(웹)_관련 공부 모음 > [강의] intellij_Gradle' 카테고리의 다른 글
[해결] Caused by: java.lang.IllegalStateException: Ambiguous mapping (0) | 2023.07.14 |
---|---|
[해결] fatal: couldn't find remote ref master 오류 (0) | 2023.07.14 |
[해결] error:failed to push some refs to (0) | 2023.07.14 |
[해결] IntelliJ | Cannot open Local Terminal (0) | 2023.07.12 |
[intelliJ_프로젝트 생성/설치/환경설정] (0) | 2022.02.28 |