Bitbucketコミットが消失した理由

1359 ワード

ローカルログには、真剣に作業しているコミットが表示されます.
bitbucketでは表示されません
No commit,prできない
他のホットブランドのprはすべてとても良くて、どうしてこのブランドだけがこのようにしますか?
https://confluence.atlassian.com/bitbucketserverkb/commits-missing-from-pull-request-merge-on-target-branch-825786786.html
https://confluence.atlassian.com/bitbucketserverkb/missing-commits-in-bitbucket-server-785327849.html
このブランチのみが会社bitbucketアカウントにコミットされていません...!

SSHの設定


リファレンス
https://velog.io/@jay/multiplegithubaccounts
https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
git bash 로 키생성
$ ssh-keygen -t rsa -C "???@???.co.kr" -f "id_rsa_???"

ssh 키 복사해서 
bitbucket에 추가
$ cat ~/.ssh/id_rsa_???.pub