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 use a Mac and I have followed the steps to create a token. I went to my team's Bitbucket repo and clicked on "Clone". I created an empty folder just for bitbucket. I opened the terminal and used "git clone" and then pasted in the link generated by "Clone" button. But the terminal got stuck at the "Cloning into" step and never asked me about username and password. See attached.
Hey @Nicole Lyu
G'day and Welcome to the community!
I would suggest you use the following command to generate more verbose logs to understand why the clone got stuck:
GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_CURL_VERBOSE=1 <git command_here>
That said, try using an external network, such as VPN or mobile Hotspot, to see if you have any issues, as it may be an issue with your local network blocking the port or connection.
Let me know how it goes.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.