Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Unable to pull or Push

George Karpouzas December 11, 2021

I cannot pull an existing repository from my workspace or push any changes back to the server. This is happening only today (11/12/2021). Nothing has changed for my 16 repositories. I have also checked my ssh keys etc. 

2 answers

0 votes
Caroline R
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 13, 2021

Hi, @George Karpouzas

Thank you for reaching out to Atlassian Community!

Could you please run your git command using the verbose mode, so we can see what’s happening during this process? You just need to add the flag -v to the end of your command:

git push -v

Also, you mentioned your ssh, so I understand you are trying to authenticate using this protocol. Could you please change your URL and test this using HTTPS to confirm if you face the same issue? You can change your URL by running this command:

git remote set-url origin https://<your_username>@bitbucket.org/<workspace_ID>/<repo_name>.git 

And could you please confirm if this is affecting just one repository?

Thank you. Looking forward to hearing from you. 

Kind regards,
Caroline

0 votes
George Karpouzas December 11, 2021

There are no errors appearing in the terminal while I am executing the following commands, they just last forever, they are never getting completed.

 

git push origin develop

and

git pull origin develop

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events