git 2
git 초기 설정 (--global 옵션)
git 공식 문서 홈페이지 참고하여 작성한 게시물입니다. > https://git-scm.com/book/ko1. homebrew로 git 설치homebrew로 git을 먼저 설치합니다. ( homebrew가 설치되어 있지 않다면 해당 링크 확인! )brew install git2. git 사용자 설정하기사용자 이름을 설정할 때는 github나 gitlab 사용자 이름이나 별명을 입력해주세요.email도 github나 gitlab에 가입된 이메일을 입력해주세요.$ git config --global user.name "사용자이름"$ git config --global user.email devchae@gmail.com여기서 --global옵션은 해당 시스템 전역으로 이 정보를 사용하겠다는 옵션이기 때문에..
Web Frontend/settings | 2025. 1. 18. 20:11

gitlab SSH key 만료되었을 때, 재등록 Your SSH key has expired.
remote: remote: ========================================================================remote: remote: ERROR: Your SSH key has expired.remote: remote: ========================================================================remote: fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists. 오랜만에 gitlab 프로젝트를 들어왔는데 완료된 경우Edit Profile ..
Web Frontend/settings | 2025. 1. 14. 18:53
