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アカウントにコミットされていません...!
リファレンス
https://velog.io/@jay/multiplegithubaccounts
https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
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
Reference
この問題について(Bitbucketコミットが消失した理由), 我々は、より多くの情報をここで見つけました https://velog.io/@eueueu/bitbucket-커밋이-사라진-이유テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol