I'm trying to clone a bitbucket repository. When I do git clone on that repository, I am getting the following error -
Cloning into :"my-repo-name". . .
fatal: bad config line 1 in file /u/userid/my-repo-name/.git/config
This directory or config file doesn't even exist, so I'm not sure how I can go about modifying it to fix it. I have my global config file setup properly, I simply have my username and email address.
username@unix:-bash-4.3$ git config --list --show-origin
file:/u/userid/.config/git/config user.name=unix: userid
I'm a bit of a git noob. Any advice? Thanks