Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git add <modified files>
git commit -a
git push

In case you are trying to push using username and password you will receive an error like

    remote: Support for password authentication was removed on August 13, 2021.
    remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.


In that case ensure in .git/config the remote "origin" url is set to
Code Block
url = git@github.com:CloudVeneto/CVUserGuide.git

and retry



Info

Content by Label
showLabelsfalse
max5
spacesCV
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "guide" and type = "page" and space = "CV"
labelsUsers guide

...