Issue
When cloning a repo, I get this error message
/c/Users/username/.ssh/config: line 2: Bad configuration option: \240\240user
/c/Users/username/.ssh/config: line 3: Bad configuration option: \240\240identityfile
Solution
When you paste the same config file in from the documentation, it uses character 240 instead of a normal space.
To fix, delete the leading spaces before each indented line and replace with normal spaces.
If on Windows, use Notepad++ so that you can specify Linux line endings.
Answered By - Jonathan Allen