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.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.