github2 [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. 이전 1 다음