티스토리

개발노트
검색하기

블로그 홈

개발노트

lifeonguide.tistory.com/m

dev? 님의 블로그입니다.

구독자
1
방명록 방문하기

주요 글 목록

  • --no-optional-locks push -v origin master:master remote: Permission to git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v origin master:master remote: Permission to 아이디/프로젝트명.git denied to 아이디. fatal: unable to access 'https://github.com/아이디/프로젝트.git/': The requested URL returned error: 403 [상황]회사 계정으로 사용 중인 SourceTree에개인 계정으로 생성한 Git 프로젝트를 SourceTree에 추가하여 개인 계정으로 연결된 Git 프로젝트에 PUSH를 하니 오류가 발생함. [원인] 회사 계정이 개인 계정으로 만든 Git 프로젝트에 권한.. 공감수 0 댓글수 0 2024. 12. 18.
  • nothing to fetch [원인] 1. 해당 프로젝트의 Remote에 fetch가 안잡혀있어서 발생하는 경우 2. merge가 되지 않아 발생하는 경우 [해결] 1) Git Repositories > Properties 선택 2) Configuration - remote > origin에서 fetch항목이 있는지 확인 ▶fetch가 없는 경우, fetch 추가 ▶fetch가 있는 경우 - Git Repositories로 이동 repository > Branches > Local → master 우클릭 → Merge 선택 3) Remotes > origin - Fetch 선택 https://d-e-v.tistory.com/5 이클립스 nothing to fetch 에러 Eclipse에서 git을 사용하다가 Nothing to fe.. 공감수 0 댓글수 0 2022. 4. 7.
  • [GitHub]rejected-non-fast-forward 오류 [ 오류 ] commit시에 위에 같은 오류가 발생 master → master [rejected - non-fast-forward] [ 해결 ] 1. Git Repositories 이동 Window > Show View > Others → Git > Git Repositories 선택 2. Configure Fetch 1) repository 선택 → Remotes > origin(명칭이 다를 수 있음) > 마우스 오른쪽 > Configure Fetch 2) Advanced 선택 3) Remove 한다. 4) Soure ref : 에서 아래와 같이 선택 후 → Add Spec 클릭 → Finish 클릭 3. Merge 1) repository > Branches > Local → master 우클릭 →.. 공감수 0 댓글수 0 2022. 3. 17.
  • fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git [원인] 현재 폴더에 git에 대한 정보를 담은 파일이 없기 때문에 발생하는 에러. [해결] $ git init 수행후 다시 $ git remote add 명령어 실행 출처: ngee.tistory.com/2185 공감수 15 댓글수 0 2020. 8. 16.
  • 커밋 실패 - commit failed - exit code 1 received commit failed - exit code 1 received [원인] 커밋 하려는 파일들 중 이미 github에 한번 올라갔던 파일이 포함되어 발생한 것 이다. [해결] .git 파일 삭제 출처: https://takeknowledge.tistory.com/64 공감수 0 댓글수 2 2020. 8. 16.
    문의안내
    • 티스토리
    • 로그인
    • 고객센터

    티스토리는 카카오에서 사랑을 담아 만듭니다.

    © Kakao Corp.