Recently I ran into another issue with Fedora 33, after the upgrade gcloud
command not working anymore. Turn out it’s a python 3.9 issue, here is a quick fix
export CLOUDSDK_PYTHON=python2
Recently I ran into another issue with Fedora 33, after the upgrade gcloud
command not working anymore. Turn out it’s a python 3.9 issue, here is a quick fix
export CLOUDSDK_PYTHON=python2
I recently ran into this issue with git pull on Fedora 33, here is a quick fix to keep your current key pairs working
vim ~/.ssh/config ## Add the following lines at the top Host * PubkeyAcceptedKeyTypes +rsa-sha2-256,rsa-sha2-512