I am trying to fetch data from gitlab i am facing error

前端 未结 1 662
甜味超标
甜味超标 2021-01-29 07:37

I am trying to fetch my website content from git lab but unfortunately i am facing error please check below and how can i resolve this issue thanks.

   git fetch
         


        
1条回答
  •  攒了一身酷
    2021-01-29 07:50

    I fixed this issue after I switched remote URL of git repo from SSH to HTTPS. My guess is that this is occurring because of some security conditions imposed by GIT server.

    https://docs.github.com/en/free-pro-team@latest/github/using-git/changing-a-remotes-url

    0 讨论(0)
提交回复
热议问题