You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.