From 77e9137dce81799f900e8210891cc0434708b215 Mon Sep 17 00:00:00 2001 From: Javkhlantugs Date: Wed, 22 Nov 2023 14:08:44 -0500 Subject: [PATCH] Update README.md (#1901) Added new Q&A (Q7). Github credentials error when deploying. Changing the github config url from `http` to `ssh` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 876efc6..52e6cc6 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,9 @@ If you have a different question, please ask using [Discussions](https://github. [specific characters](https://github.com/jekyll/classifier-reborn/issues/194) you used in your posts. Also, the calculus for similar posts are made for every `post`, which means every page that uses `layout: post`, including the announcements. To change this behavior, simply add `related_posts: false` to the front matter of the page you don't want to display related posts on. + +7. **Q:** When trying to deploy, it's asking for github login credentials, which github disabled password authentication and it exits with an error. How to fix?
+ **A:** Open .git/config file using your preferred editor. Change the `https` portion of the `url` variable to `ssh`. Try deploying again. ## Features