Authorization error using Google Code and TortoiseSVN

I want to transfer my project https://code.google.com , but TortoiseSVN gives the following error:

Authentication Error: Server Authentication Failed: Basic Call rejected ( https://personal-domain-mail-gadget.googlecode.com )

Error

What is the solution to this error?

+3
source share
3 answers

It appears that the Google Code servers were unable to authenticate successfully:

Authorization Error: Server Authentication Failed: Rejected Base Task

, ? , , Gmail. Google / SVN.

( ) GoogleCode : https://code.google.com/hosting/settings

+4
0

mvn release: Ubuntu. , .

Ubuntu - keyrings. , ~/.subversion/config :

password-stores =

It worked for me after this change. Please note that there is a commented line with password stores in the configuration file. This is not enough, you must actually set it to empty.

0
source

Source: https://habr.com/ru/post/1783597/


All Articles