Error Cloning GitHub Repository

0

I'm trying to initialize the existing repository that I have GitHub but when the clone, everything is ok.

**Cloning into 'ecommerce'...
remote: Counting objects: 1802, done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 1802 (delta 44), reused 72 (delta 34), pack-reused 1710
Receiving objects: 100% (1802/1802), 8.33 MiB | 1.39 MiB/s, done.
Resolving deltas: 100% (449/449), done.**

But when I open the terminal in the cloned folder and give a git status, it gives an error as if my repository was empty, I already searched for commands and everything but it is not working with any.

$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
    
asked by anonymous 04.06.2018 / 21:14

0 answers