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.
Stuck trying to clone my newly created bitbucket repository. I am using the following environment:
1. Updated ubuntu 20.04
2. Year old SSH Key that were already successfully used
3. git version 2.25.1
Trying to git clone ... from console simply stuck.
Seems like an interrupted service? Was something changed and needs update?
Hi @rubmz,
We haven't had any incidents related to SSH access during the last few days.
Could you please try to clone using the following command and then copy-paste the full output here, so I can take a look?
The output may show an indication of why the operation is failing.
GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_SSH_COMMAND="ssh -vvv" git clone <repo_SSH_URL>
Please make sure to mask/sanitize any private data (e.g. workspace id and repo name) in the output prior to sharing.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.