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

前端 未结 8 1442
清酒与你
清酒与你 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 19:54

    git config --local -e
    

    This will open up the config file for the repo in Vim where you can delete the extra/special characters that cause this error.

提交回复
热议问题