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

前端 未结 8 1429
清酒与你
清酒与你 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:13

    git config --global http.sslVerify false

    0 讨论(0)
  • 2021-01-11 20:14

    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
    
    0 讨论(0)
提交回复
热议问题