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\'>
fatal: I don\'t handle protocol \'https\'
I had this same issue come up before but it was an easy fix, I had a space before my "https". Fixed that and worked like a charm.