I am using the below command in terminal.
$ git checkout https://coding@bitbucket.org/coding/coding.git
but getting the below error
error: pathspec 'https:/coding@bitbucket.org/coding/coding.git' did not match any file(s) known to git.
Please help me to checkout the repository by git command. :)