Erreur lors du commit :
> git log —graph —pretty=tformat :’%h %cd -%d %s (%an)’ —abbrev-commit —date=short -3
- fcfd9c0 2025-03-13 - (HEAD -> master) i18n : [Salvatore] [source:lang/ paquet-formidable_evenement_responsable] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 96b559c 2025-03-10 - i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Export depuis https://trad.spip.net de la langue fr i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Export depuis https://trad.spip.net de la langue it i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 429b8ac 2025-03-09 - build : indiquer qu’on est en dev, au cas où (Maïeul Rouquette)
> git fetch —all
> git stash -q 2>&1
> git pull —rebase 2>&1
fatal : It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase. If that is the
case, please try
git rebase (—continue | —abort | —skip)
If that is not the case, please
rm -fr « .git/rebase-merge »
and run me again. I am stopping in case you still have something
valuable there.
> bash -c ’if [1] ; then git stash pop -q 2>&1; fi ;’
> git log —graph —pretty=tformat :’%h %cd -%d %s (%an)’ —abbrev-commit —date=short -3
- fcfd9c0 2025-03-13 - (HEAD -> master) i18n : [Salvatore] [source:lang/ paquet-formidable_evenement_responsable] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 96b559c 2025-03-10 - i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Export depuis https://trad.spip.net de la langue fr i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Export depuis https://trad.spip.net de la langue it i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 429b8ac 2025-03-09 - build : indiquer qu’on est en dev, au cas où (Maïeul Rouquette)
> git push 2>&1
remote : HTTP Basic : Access denied. If a password was provided for Git authentication, the password was incorrect or you’re required to use a token instead of a password. If a token was provided, it was either incorrect, expired, or improperly scoped. See https://git.spip.net/help/topics/git/troubleshooting_git.md#error-on-git-fetch-http-basic-access-denied
fatal : Authentication failed for ’https://git.spip.net/spip-contrib-extensions/formidable_evenement_responsable.git/’
> git log —graph —pretty=tformat :’%h %cd -%d %s (%an)’ —abbrev-commit —date=short -3
- fcfd9c0 2025-03-13 - (HEAD -> master) i18n : [Salvatore] [source:lang/ paquet-formidable_evenement_responsable] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 96b559c 2025-03-10 - i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Export depuis https://trad.spip.net de la langue fr i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Export depuis https://trad.spip.net de la langue it i18n : [Salvatore] [source:lang/ formidable_evenement_responsable] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 429b8ac 2025-03-09 - build : indiquer qu’on est en dev, au cas où (Maïeul Rouquette)
|