전체 글 2

[Github] 기존 프로젝트에서 branch 생성 후 Push

https://github.com/nxrxka/123.git에 master branch 생성하고  apex (현재 프로젝트 폴더) Push-에러나면 대용량 파일 잠시 옮겨 놓기 …- 경로 이동 : [사용자]@SangKyeongui-MacBookAir [업로드 대상 프로젝트] %  sangkyeongyun@SangKyeongui-MacBookAir apex % git init  sangkyeongyun@SangKyeongui-MacBookAir apex % git status            sangkyeongyun@SangKyeongui-MacBookAir apex % git add .             sangkyeongyun@SangKyeongui-MacBookAir apex % git com..

삽질 2024.07.29

[Github] Push 하기

- macOS 14.5(23F79) 기준 -  내 첫 티스토리 글이 깃허브 푸시 라니 ..이번 게시글은 맥북에서 깃허브 푸시하다가 겪은 시행착오를 정리한 글이다.다음에 또 비슷한 오류가 생기면 참고할 수 있지 않을까..생각하며..  일단 깃허브에 들어가서 내 프로젝트를 저장할 레포지토리 하나를 생성해준다. (Add a README file은 체크 X) 그러면 이런식으로 아주 친절하게 푸시하는 방법을 알려준다.이걸 이제 그대로 터미널에 입력하면 되는데 . . 그래.. 따라해보자. 음 여기까진 오케이~ 이제 마지막 명령어가 남았군! 푸시를 해볼까~   음??  쓋.. 깃허브 유저 이름이랑 패스워드 입력하라며!!!!!!!remote: Support for password authentication was re..

삽질 2024.06.30