Every operation i try to do on my server related to git gives me this error
error: The requested URL returned error: 401 while accessing https://xxxx.org/proj/proj.git/info/refs
fatal: HTTP request failed
So researching a bit i thought of updating my git. Currently my git version is 1.7.1 But the problem is i can't find a proper way to update my git version on my centos 6.8
I referred this link but did not try it as the anwers are very old and rpmforge repo is not updated since a long time. Everything else seems not so promising.
A similar question to mine is this but unfortunately there is no solution in it and leads me to same link i shared.
Will updating the git solve my problem? If yes the what is the right way to update git?If no then how to solve that error?