Just after adding remote repo, I tried git fetch remoteRepoName but it\'s returning this error:
git fetch remoteRepoName
fatal: I don\'t handle protocol \'https\'
git config --global http.sslVerify false
Error is because of trailing space in your forgeek url, you can resolve it as
git pull https://github.com/forkgeeks/aws-cloudwatch-keen-integration.git master