The cause for this issue is that you might have had some previous operations with git in this current folder.
Solution:
Check you might have a folder with the same name as your repo.
if so, delete(first check the content of the folder, it may contain .git file or nothing. it is good idea to first check to avoid doing mistakes) that folder and try again.
This should resolve the issue.
Comments
Post a Comment