학습 아카이브3 [git/궁금해결] 터미널에서 git remote repository(원격 저장소)를 생성할 수 있을까? 💻 개발 환경- OS: macOS Monterey 12.7.6- IDE: IntelliJ IDEA 2024.3.1.1 (Ultimate Edition) ❓ 궁금한 점터미널에서 git remote repository(원격 저장소)를 생성할 수 있을까?git 원격 저장소를 만들 때마다 매번 GitHub 사이트에 들어가서 설정하는 게 너무너무 귀찮다. 터미널에서 command line으로 적당히 해결하고 싶어! ❗️ 결론안 된다... 무엇보다도, GitHub에서 발급하는 토큰에 repository 생성 권한이 없다. 🔍 과정 1. git local repository(로컬 저장소) 생성git init이러면 현재 디렉터리에 .git 디렉터리가 생성된다. 2. local에 파일 staging동시에 프로젝트.. 2025. 1. 18. [git/문제해결] fatal: Authentication failed for ~ 💻 개발 환경- OS: macOS Monterey 12.7.6- IDE: IntelliJ IDEA 2024.3.1.1 (Ultimate Edition) 🚨 문제 상황github 원격 저장소에 push할 때 아이디와 비밀번호를 입력했는데 다음과 같은 에러 메시지와 함께 push되지 않음.remote: Support for password authentication was removed on August 13, 2021.remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently re.. 2025. 1. 18. Spring Initializr로 Spring 프로젝트 시작하기 💻 개발 환경- OS: macOS Monterey 12.7.6- IDE: IntelliJ IDEA 2024.3.1.1 (Ultimate Edition)- JDK: java 21.0.5 Spring Initializr란?Spring 프로젝트를 쉽게 생성할 수 있게 해주는 사이트쉽고 간단하게 프로젝트 설정이나 프로젝트에 필요한 라이브러리를 사용하기 위한 준비(빌드 문서, 다운로드)를 할 수 있다. Spring 프로젝트를 생성하는 방법Spring Initializr를 이용해 Spring 프로젝트를 생성하는 방법은 사이트에 직접 접속하는 방법이 대표적이다. 그 외에도 IntelliJ, Eclipse, VSCode 등 원래 쓰던 IDE에서도 생성할 수 있다.(Spring Initializr 서버에 요청을 날리.. 2025. 1. 17. 이전 1 다음