note the gitea ssh bug

This commit is contained in:
Carsten Haitzler 2022-05-08 12:51:15 +01:00
parent 71e2e5d0ab
commit 912f79e007
1 changed files with 12 additions and 0 deletions

View File

@ -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