VCS (38) 썸네일형 리스트형 깃 소스트리 Push 오류: Support for password authentication was removed on August 13, 2021. 아래와 같은 오류 remote: Support for password authentication was removed on August 13, 2021. 설정 - 원격 - 저장소경로선택 - 편집 - 발급받은 token을 https://와 github사이에 삽입 후 @추가 The requested URL returned error: 403, push에러 Member 로 추가된 구성원은 각 Repository 에 대해 clone, pull 만 가능하고 push 는 불가능하기 때문에 push가 가능하게 하려면 각 Repository 에 공동작업자로 추가해야 한다. 초대된 Repository에서 편집이 가능하다면 인증문제, 편집이 불가하다면 저장소를 개설하고 초대한 관리자에게 권한부여를 요청하자. ERROR: fatal: Could not read from remote repository. ERROR: fatal: Could not read from remote repository. 오류발생시 cmd 실행 - git config --global --add safe.directory '*' git config --global --add safe.directory '*' git error 128, detected dubious ownership 에러해결 git error 128 fatal: detected dubious ownership in repository at ... cmd 실행후 아래 명령어 실행 git config --global --add safe.directory * github 소스트리 설치/연결하기 아래의 단계는 github 계정을 만든 이후에 진행한다. 소스트리 다운 https://www.sourcetreeapp.com/ Sourcetree | Free Git GUI for Mac and Windows A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac. www.sourcetreeapp.com install - 건너뛰기 깃 로그인정보입력 - 로그인(로그인창 디자인은 달리 보일 수도 있다.) 등록완료 - 다음 git 선택 - 다음 계정확인 및 입력 ssh 키알림 - 아니오 실행 - Remote - 계정추가 호스팅서비스 - github선택 .. github 계정인증오류: marked as spam, Your account has been flagged You are marked as spam, and therefore cannot authorize a third party application. Your account has been flagged. 위 오류는 장기미접속으로 인한 계정 잠금상태라고 보면된다. 이 잠금상태로 진입한 순간, gitbash, sourcetree 모두 사용불가하다고 이해하면되니 굳이 시도하지말고 하루~7일이내로 해결될 문제이니 기다림에 대한 준비를 먼저 해보자. +급하다면 github 웹브라우저에서 수정할 수 있으나 한계가 있으니 어처피 계정잠금상태를 풀어야함 또한 인지하자. 원래절차는 아래 메일로 문의를 보내는 것이나, developer@githubsupport.com Hello, Mr. or Ms. I don’t under.. 소스트리 search, 작성자/메세지 검색하기 search 기능 커밋메세지, 파일변경사항, 작성자 깃 Token 토큰발급하기 깃 - 설정- 관리자설정 토큰생성 - 이름입력 repo, adminb:repo_hook 선택 - Generate token 완료, 복사하여 잘 메모. 분실시 재발급받아야한다. 이전 1 2 3 4 5 다음