CS/Git2 [Git/GitHub] git push 하는 법/첫 push/로컬저장소 원격저장소 연결 처음 repository에서 push 할 때, 아래와 같은 방법으로 진행할 수 있습니다. 원격저장소(git 사이트의 repository)를 만듭니다.로컬저장소(내 컴퓨터의 폴더)를 만듭니다.로컬저장소에서 우클릭 후 git bash heregit initorigit add .git commit -m "Initial commit"git remote add origin [repository 주소]git push -u origin main 아래는 참조한 글입니다 https://velog.io/@hyeongjun/Git-GitHub-Repository%EC%97%90-push-%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95-%ED%8C%8C%EC%9D%BC-%EC%98%AC%EB%A6%AC%.. 2024. 1. 29. [Git/GitHub] remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 이제 비밀번호로 로그인이 안 되기 때문에Token을 사용해야하는 것 같습니다.token 생성 및 확인 방법은 아래 글에 정리가 잘 되어있길래 공유합니다! https://hyeo-noo.tistory.com/184 [Mac] GitHub push token 오류 해결Github 오류 7.29일 새벽 갑자기 git push가 안 되는 현상을 겪었다. 오류의 첫 줄이 무슨 말이냐면 Password 인증방식이 일시적으로 brownout(shutdown?)되었다. Password 대신에 personal access token을 사용해주세hyeo-noo.tistory.com 2024. 1. 29. 이전 1 다음