강제로 푸시하면 403 오류가 발생합니다
Pushing to Git returning Error Code 403 fatal
remote: Because your Atlassian account admin requires single sign-on, you'll need to authenticate with an app password. Create an app password at https://bitbucket.org/account/admin/app-passwords
fatal: unable to access 'https://bitbucket.org/buxikorea/buxi-server.git/': The requested URL returned error: 403
ssh 인증 방법을 사용합니다
비밀번호를 사용하지 않고 사전에 생성한 SSH key를 이용한 인증입니다
git remote set-url origin "clone ssh url"
크롬 : Bitbucket 접속 > Personal settings > SSH keys > Add key 클릭합니다
터미널 : cat ~/.ssh/id_rsa.pub 명령어를 입력하여 출력된 내용을 복사합니다 (키가 없는 경우 생성합니다)
복사한 키 값을 key 등록 화면에 붙여 넣어 등록을 완료합니다.
git push —force 명령어가 정상적으로 동작하는 것을 확인할 수 있습니다.
[IntelliJ] System.getenv() 환경변수 null 반환 (0) | 2021.08.08 |
---|---|
React - 컴포넌트 props 초기값으로 잘못 전달 (0) | 2020.08.28 |
org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl.getModuleIdentifier() (0) | 2019.07.14 |
ERROR (28000) Access denied for user 'root'@'localhost' (0) | 2019.06.30 |
gradle location is not specified 경로 설정 (0) | 2019.06.19 |
댓글 영역