22.03.24 Kfood 프로젝트 GitHub에 올리기

2022. 3. 24. 15:58작업/git

https://www.lainyzine.com/ko/article/how-to-set-git-repository-username-and-email/

 

Git 최초 설정: 사용자 이름과 이메일 설정하는 방법

Git 저장소에 커밋할 때 이름과 이메일이 기록되며, 이 이메일은 GitHub 사용자와 연결할 때도 사용됩니다. 이 글에서는 커밋에 기록되는 사용자 이름과 이메일을 설정하는 방법을 소개합니다.

www.lainyzine.com

 

용량이 딸려서 fatal: the remote end hung up unexpectedly 가 뜸

100GB * 1024 * 1024 한 값을 git config에 수정해줌.

https://bongbongreview.tistory.com/94

 

Git 사용간 fatal: the remote end hung up unexpectedly 에러 발생시 해결 법

git을 사용해 git을 사용해 push 또는 pull간 아래와 같은 에러가 발생되면서 정상적으로 동작하지 않은 적이 있었어요 그래서 오늘은 해당 문제가 발생하는 이유와 어떻게 해결하면 되는지에

bongbongreview.tistory.com

드디어 성공!