在 git 结账时出错
Getting error while checkout in git
我在终端中使用以下命令。
$ git checkout https://coding@bitbucket.org/coding/coding.git
但出现以下错误
error: pathspec 'https:/coding@bitbucket.org/coding/coding.git' did not match any file(s) known to git.
请通过git 命令帮我检出存储库。 :)
您需要使用 git clone
克隆存储库:
在您的工作目录中(通常不在 git 存储库中):
git clone https://coding@bitbucket.org/coding/coding.git
我在终端中使用以下命令。
$ git checkout https://coding@bitbucket.org/coding/coding.git
但出现以下错误
error: pathspec 'https:/coding@bitbucket.org/coding/coding.git' did not match any file(s) known to git.
请通过git 命令帮我检出存储库。 :)
您需要使用 git clone
克隆存储库:
在您的工作目录中(通常不在 git 存储库中):
git clone https://coding@bitbucket.org/coding/coding.git