Dear Team,
It would be really great if you anybody can help me to fix the following issue.
#!/bin/bash -eo pipefail
git clone -b master git@github.com:ThreeSolve/lv-survey2.git
Cloning into 'lv-survey2'...
/home/circleci/.ssh/config: line 1: Bad configuration option: \342\200\234host
/home/circleci/.ssh/config: terminating, 1 bad configuration options
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Exited with code 128
I have verified private and public keys on remote and local machine, all are matching as expected. But still it is failing in the circleci for some reason.
FYI, i didn’t find the “circleci” folder in home folder on remote server. Still it is looking for something in that location.
Appreciate your help,
Thanks in advance