BitBucket SSH Cloning Git
问题 Following BitBucket docs: https://confluence.atlassian.com/bitbucket/clone-a-repository-223217891.html This is the example code snippet of cloning using git. But when using the ":" I get an error of "could not resolve hostname" but when I use "/" I don't have any issues. What am I missing? Is the documentation incorrect? $ git clone ssh://git@bitbucket.org:teamsinspace/documentation-tests.git $ git clone ssh://git@bitbucket.org/teamsinspace/documentation-tests.git 回答1: There are two different