The problem:
Hello,
I am using vscode with bitbucket that contains my repos.
I can create a new branch.
I can make my changes and save the commits.
When I go to generate the pull request in vscode I am promtped the error "Failed to execute Git Fatal: The current branch (Ticket# - Action ) has no upstream branch." I was able to create PR earlier. Just under this branch it does not want to work.
I deleted the initial pull request.
Created a new PR same result
I deleted the repo from my PC and recloned it via https
It successfully resintalled the repo to my computer.
I also performed a git -init and it successfully reinitialized the existing repo on my computer.
I also went as far as uninstalling the plugin installed on vscode and reinstalled it.
When attempting to create the pull request it still occurs.
The Path of where the repo resides in my pc is C:/Users/user.profile/Documents/BitBucket/TerraForm/tenant_data/ ( it has a .git folder within )
I am new to git, bitbucket, and vscode.
Expectation:
Curious as to what stopped working as it work for a while and now its been two days since ive been unable to create pull requests.
I don't have a means of reaching bitbucket support or vscode support on this.
I am hoping to get some steps to try and resolve this.
Where I can create a branch.
Generate a pull request from bitbucket in vscode.