fatal: unable to update url base from redirection

98,817

Solution 1

Well, as the error says. You are getting a 404 error page which means website is not found. Git of course cannot handle this redirect in this case and so complains.

Your URL is simply wrong. Did you maybe want to use

ssh://[email protected]/home/demodev/public_html/waqtpar.git

or

[email protected]:/home/demodev/public_html/waqtpar.git

or

https://[email protected]/~demodev/waqtpar.git

Solution 2

You may be using browser url instead of git repository clone url.

The url has to end with .git

Solution 3

I just met this problem. I fixed this by disabling proxy (I'm using TortoiseGit)

Share:
98,817
Balaji R
Author by

Balaji R

Updated on July 05, 2022

Comments