I got these error messages when I try to clone from 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**
I'm using
**git clone git@git_url:drupal-Team/dreamcm.git**
I'm already visited here also, but got no luck fatal: does not appear to be a git repository
Here is the output of 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)