What does the warning "redirecting to" actually mean?

Makogan picture Makogan · Oct 26, 2018 · Viewed 16k times · Source

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

"warning: redirecting to <url>"

I tried searching what it means but I find nothing useful. What is it?

Answer

Dmitry picture Dmitry · Aug 15, 2019

check you remote

git remote -v

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