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

Still need help?

The Atlassian Community is here for you.

Ask the community

Problem

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

Solution

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

  2. Check Enable console message option
Last modified on Nov 10, 2017

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.