본문 바로가기

git push

3개의 포스트
git fatal remote error CAPTCHA required

fatal: remote error: CAPTCHA required Your Bitbucket account has been locked. To unlock it and log in again you must solve a CAPTCHA. This is typically caused by too many attempts to login with an incorrect password. The account lock prevents your SCM client from accessing Bitbucket and its mirrors until it is solved, even if you enter your password correctly. If you are currently logged in to B..

2022년 06월 26일
github remote: Permission to 403 에러

remote: Permission to 저장소 주소 denied to id(xxx). fatal: unable to access '저장소 전체 주소' The requested URL returned error: 403 a라는 github 아이디로 '최초' 글로벌 유저를 등록 후 b라는 github 아이디로 글로벌 유저를 등록 후 git push를 하게 되면 기존에 최초 등록한 a아이디를 바라보고 있기에 에러를 발생시키는 것이었습니다. 컴퓨터 내 git 사용자 정보 변경 Mac OS 기준 1. spolight 검색을 통해 keychain Access.app 또는 키체인 접근을 실행합니다. 2. 오른쪽 상단에 검색창에 github.com 을 검색합니다. 3. 리스트에 보이는 github.com 더블클릭 후 ..

2021년 04월 01일
git push 오류 발생 시

에러 발생 메세지 fatal: 'orgin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 위와 같이 push 할 때 오류 발생 시 git remote -v 를 통하여 remote가 정상적으로 연결되어있는지 확인 합니다. git remote -v origin git@github.com:hohoya33/react.git (fetch) origin git@github.com:hohoya33/react.git (push) ssh 주소를 아래 https 주소로 변경 g..

2019년 09월 08일