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.