I have a problem in git clone ssh, when I execute make init-dev
if [ ! -d "goodcommerce-hydra" ] ; then git clone "[email protected]:/goodcommerce/goodcommerce-hydra.git" "goodcommerce-hydra"; cd goodcommerce-hydra && git checkout "master"; fi
Cloning into 'goodcommerce-hydra'...
ssh: Could not resolve hostname gitlab.com;c: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
but when I execute
git clone "[email protected]:/goodcommerce/goodcommerce-hydra.git" "goodcommerce-hydra"
it works well.
maybe is de ;c in ssh: Could not resolve hostname gitlab.com;c: ?
I'm using WINDOWS 10 pro