I'm new to this world of coding and am running into an issue with testing if I have set up my SSH connection correctly with Github on my Mac. When I typed in the '''command ssh -T git@github.com''' I get an error that reads '''line 5: Bad configuration option: identifyfile /Users/myusername/.ssh/config: terminating, 1 bad configuration options''' Why might this be happening?
Thank you!