...
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
Related articles
Content by Label |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | CV |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label = "guide" and type = "page" and space = "CV" |
---|
labels | Users guide |
---|
|
...