[Git] git clone 및 업로드 시 access token 하는 법 기록
·
Data Engineering/GitHub
1. 원인 2021년 8월 부로 git 의 로그인 정책이 변경되었으므로 해당 사항을 기록해서 추후 써먹고자 한다. 2. 방법 https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token Creating a personal access token - GitHub Docs Note: If you use GitHub CLI to authenticate to GitHub on the command line, you can skip generating a personal access token and authenticate via the web browser instead. ..
[ GitLab ] 깃랩 ( GitLab) commit/push 방법
·
Data Engineering/GitHub
현재 다른 프로젝트를 진행중인데 거기에서는 이전 프로젝트와는 다르게 GitLab 을 사용중에 있다. 깃랩과 깃허브 둘다 저장소라는 것과 연동방식이 같다는 점에서 크게 차이점은 없지만, 커밋 방식에는 약간의 차이가 존재하는 듯 하다. 깃허브 커밋/푸쉬 방식은 이전에 작성해둔 아래 링크 참고 snepbnt.tistory.com/entry/Git-Hub-%EC%9D%B4%ED%81%B4%EB%A6%BD%EC%8A%A4-%EA%B9%83%ED%97%88%EB%B8%8C-%EC%97%B0%EB%8F%99-%EB%B0%8F-%EC%BB%A4%EB%B0%8B?category=800625 [Git Hub] 이클립스 깃허브 연동 및 커밋 추후 이클립스를 바탕으로한 프로젝트 시 이클립스를 깃허브에 커밋할 일이 많이 있을 ..