본문 바로가기

개발/git6

error: remote origin already exists. 원인 : 기존 설정값 존재 해결방법 : 지우고 다시 설정 명령어: git remote rm origin 입력하여 기존 소스 제거후 다시 셋팅 2021. 2. 3.
Logon failed, use ctrl+c to cancel basic credential prompt. 오류 메세지 Logon failed, use ctrl+c to cancel basic credential prompt. 원인 및 해결 깃 최신화 필요 git-scm.com/downloads 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 git-scm.com 다운링크 참조 2021. 2. 3.
깃 사용법 #1 how to make repositories step1. enter user manager console step2. click this button step3 enter user Repository name(1) and Description(2) and check your share type(3) and click button(4) 2021. 1. 9.
깃 사용법 #2 how to upload to github how to hit code upload step1 step2 step3 result 2021. 1. 9.
github Repositories 삭제하기 STEP1 Repositories -> 글 클릭 STEP2 Settings 클릭 STEP3 스크롤 맨아래 -> Delete this repository 클릭 -> 팝업 메세지 입력 -> 삭제 클릭 2021. 1. 5.
Git bitbucket 통해 저장소 만들고 사용하기! STEP1. 깃 다운로드 및 설치 https://git-scm.com/download/win ​ ​STEP2. 터미널 실행. 필자는 비쥬얼 스튜디오 터미널 사용하여 작업 진행 ​ ​ STEP3. 빝버켓을 서버 저장소로 사용-> 하단 링크 접속 -> 회원가입 -> repositories 생성 =>git clone https://ㅇㅇㅇㅇ/ㅇㅇㅇㅇ/ionic.git 주소값 소유했다 가정하고 진행 https://bitbucket.org/ ​ ​ STEP4. 로컬 저장소 지정 로컬 저장소로 사용할 디렉토리를 하나 생성 -> 마우스우클릭 git bash here(git 설치해야나옴) -> 아래 명령어 순서대로 입력 명령어 ​순서대로 입력 ​ .gitignore 파일 ) 무시 데이터 입력 ​ vim .gitignor.. 2020. 12. 17.