What does the warning “redirecting to” actually mean?

前端 未结 5 499
终归单人心
终归单人心 2021-01-03 22:45

I have noticed that sometimes when I git pull a project, there is a message saying:

\"warning: redirecting to \"

I tried search

5条回答
  •  悲哀的现实
    2021-01-03 23:33

    check you remote

    git remote -v
    

    probably yours remote is https://server/../project and does not end with .git ( https://server/../project.git)

提交回复
热议问题