Updating from 6.0.9 to 6.7.6

We’re running 6.0.10-6-g8e9853b on a self hosted device. When I go git pull I getthe following.

[taiga@taiga taiga-front-dist]$ git pull
Username for ‘https://github.com’: csmu-cenr
Password for ‘https://cenr-cenr@github.com’:
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see About remote repositories - GitHub Docs for information on currently recommended modes of authentication.

fatal: Authentication failed for ‘https://github.com/taigaio/taiga-front-dist.git/’

When I go to the link https://github.com/taigaio/taiga-front-dist.git I get a 404 page missing.

How do I update from 6.0.10-6-g8e9853b - preferably to 6.7.6 or later - or to taiga next?

Hi @csmu

the repositories have migrated to another organization, from taigaio to kaleidos-ventures

You can change the url with this command:

git remote set-url origin git@github.com:kaleidos-ventures/taiga-front-dist.git

Remember to do the same for the rest of the repositorioes.

I hope this can help

Best regards

PD: It is probable that the repositories will revert to the original organization in the near future.