I am holding a project on gitlab, and I am having a cloned copy on my ubuntu desktop. On recent days I am facing a weird warning (redirecting to https://gitlab.com/<my_handle>/<project>.git/) on remote update and fetch operation.
Below mentioned is my remote, do I need to update it to hold .git at the end of URL ?
$ git remote -v
origin https://gitlab.com/<my_handle>/<project> (fetch)
origin https://gitlab.com/<my_handle>/<project> (push)
Note: The other existing question does not answer this doubt.