본문 바로가기
728x90

버전관리/Git3

[Windows] Git 설치하기 [Windows] Git 설치하기 Git은 컴퓨터 파일의 변경사항을 추적하고 여러 명의 사용자들 간에 해당 파일들의 작업을 조율하기 위한 분산 버전 관리 시스템이다. 아래 링크에서 윈도우용 Git을 다운로드하여 설치해보자. Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp .. 2022. 9. 1.
[Eclipse] Remote origin did not advertise Ref for branch 오류 [Eclipse] Remote origin did not advertise Ref for branch 오류 원격 레파지토리에서 소스코드의 Pull을 받을 때 해당 오류가 발생하였다. 이 오류는 원격지 브랜치와의 연결이 끊어지거나 설정의 제한으로 인해 정상적으로 명령을 수행할 수 없을 때 발생한다. 필자의 경우에는 원격지의 master가 아닌 브랜치를 Pull 할때 발생하였다. Pulling 1 repository Remote origin did not advertise Ref for branch refs/heads/feature_abcd. This Ref may not exist in the remote or may be hidden by permission settings. Remote origin d.. 2022. 8. 2.
Git Config 설정 Git Config 설정 git config 사용자 셋팅 $ git config --global user.name "jiurinie" $ git config --global user.email "jiurinie@gmail.com" git config SSL 자체 인증서 사용 오류 발생 시 허용 git clone https://gitlab.test.com/test/web/test-repostiry.git Cloning into test-repostiry'... fatal: unable to access 'https://gitlab.test.com/test/web/test-repostiry.git/': server certificate verification failed. CAfile: /etc/ssl/ce.. 2022. 7. 6.
728x90