Terminal not showing "Create pull request for <Branch>: http://link-to-bitbucket-repo"

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

Console message doesn't include "Create pull request for <Branch>: http://link-to-bitbucket-repo" output:

$ git push origin Test123
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 356 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
To bitbucket.org:<Repo-owner>/<Repo-Name>.git
   57491e1..4a5867f  Test123 -> Test123


Expected Outcome:

$ git push origin Test123
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 360 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote:
remote: Create pull request for Test123:
remote:   https://bitbucket.org/<Repo-owner>/<Repo-Name>/pull-requests/new?source=Test123&t=1
remote:
To bitbucket.org:<Repo-owner>/<Repo-Name>.git
   4a5867f..e8206ca  Test123 -> Test123

ソリューション

  1. Navigate to your Bitbucket Account's Settings (Avatar(Bottom Left) > Bitbucket Settings > Account settings)

  2. Check Enable console message option
最終更新日 2017 年 11 月 10 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.