The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I can not pull request from my bitbucket repository, how can i use the app password to pull my repo?

Hugo Paulo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 9, 2022

I whant to pull request from my repo and i cannot 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Caroline R
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 10, 2022

Hi, @Hugo Paulo, welcome to the community! 

Before we start, I would like to confirm if you are trying to run a git pull or if you want to create a Pull Request to your remote repository using an API call.

If you are trying to run a git pull using an App Password, the first thing you need to confirm is if you are using the HTTPS method (and not SSH) in your local repo. In order to check that, you can run the following command:

git remote -v

If you see the following structure, this means you are using HTTPS: 

origin https://{username}@bitbucket.org{workspaceID}/{repository_name}.git (fetch)
origin https://{username}@bitbucket.org{workspaceID}/{repository_name}.git (push)

By your description, it seems that the issue you are facing is related to the recent changes with the removal of support for Atlassian account password for operations GIT over HTTPS and API requests.

This was announced in our Blog post Deprecating Atlassian account password for Bitbucket API and Git activity and shared on multiple email communication sent to our customers in the last few months. This announcement was also included in the terminal message response for HTTPS GIT transactions.

For more details on how to resolve this issue, please refer to our community post here: 

This post provides detailed instructions users need to take to help resolve the issue. This community post also provides answers to FAQ, make sure you scroll to the bottom of the page to find the answers.

If after reading the community post you have further questions, please do reach out and we will be happy to help.

Kind regards, 
Caroline 

TAGS
AUG Leaders

Atlassian Community Events