Git Fetch returns 'fatal: I don't handle protocol https' in windows

前端 未结 8 1461
清酒与你
清酒与你 2021-01-11 19:10

Just after adding remote repo, I tried git fetch remoteRepoName but it\'s returning this error:

fatal: I don\'t handle protocol \'https\'

8条回答
  •  鱼传尺愫
    2021-01-11 20:05

    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.

提交回复
热议问题