当我尝试从repo克隆时,我收到了这些错误消息。
**Initialized empty Git repository in /Dir_Name/Sub_Dir/Repo_Name/.git/
fatal: 'drupal-Team/dreamcm.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly**
我正在使用
**git clone git@git_url:drupal-Team/dreamcm.git**
我也已经到过这里,但没有运气 fatal: does not appear to be a git repository
这是git remote
的输出git remote -v
origin ssh://git@git_url:drupal-Team/dreamcm.git (fetch)
origin ssh://git@git_url:drupal-Team/dreamcm.git (push)