@Hypolite Petovan Sorry to bug you, but you seem like the smartest Friendica admin I know.
I just did the update for my two servers tonight to 2019.09 and typically my commands are:
- cd ~/public_html
- git stash
- git pull
- cd addon/
- git pull
- cd ..
- php ~bin/composer install
- php ~bin/composer update
- php ~bin/composer upgrade
- logout
I'm not knowledgable about git. 🙁 I don't know why I do the update or upgrade, and I don't know if they are in the right order, but this time they threw an error:
[RuntimeException]
Failed to execute git clone --mirror 'git+ssh://git@github.com/stanlemon/jGrowl.git' '/home/outmathadmin/.cache/composer/vcs/git
-ssh---git-github.com-stanlemon-jGrowl.git/'
Cloning into bare repository '/home/outmathadmin/.cache/composer/vcs/git-ssh---git-github.com-stanlemon-jGrowl.git'...
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I got some login request for
https://git.friendi.ca/ but I don't see a way to make an account there. Any idea what I'm doing wrong?
Fortunately, GitHub has a step-by-step documentation about how to handle SSH keys to connect to GitHub via SSH URLs: https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account