This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository www-content.

View the commit online.

commit 912f79e007e4c4381b13ab676c172cc14e3ef426
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Sun May 8 12:51:15 2022 +0100

    note the gitea ssh bug
---
 pages/contrib/devs/git-guide.md.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pages/contrib/devs/git-guide.md.txt b/pages/contrib/devs/git-guide.md.txt
index 9b7443fe2..bb6716301 100644
--- a/pages/contrib/devs/git-guide.md.txt
+++ b/pages/contrib/devs/git-guide.md.txt
@@ -51,6 +51,18 @@ all git repositories you access:
 $ git config --global branch.master.rebase true
 ```
 
+## Git + SSH ##
+
+Due to a bug in the Go SSH implementation used by
+[Gitea](https://git.enlightenment.org), you may have to add this to
+your ~/.ssh/config file:
+
+```
+host git.enlightenment.org
+     HostKeyAlgorithms +ssh-rsa
+     PubkeyAcceptedAlgorithms +ssh-rsa
+```
+
 ## Commit Messages ##
 
 Commit messages should be detailed rather than terse and include as much

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to