|
Erreur lors du commit :
> git log —graph —pretty=tformat :’%h %cd -%d %s (%an)’ —abbrev-commit —date=short -3
- e2eb7e8 2026-05-08 - (HEAD -> master) i18n : [Salvatore] [source:lang/ escal] Export depuis https://trad.spip.net de la langue fr i18n : [Salvatore] [source:lang/ escal] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 6efff8e 2026-05-06 - (origin/master, origin/HEAD) ajout d’une alerte pour indiquer le conflit avec le plugin palette (jcvilleneuve)
- a5088ab 2026-05-01 - (tag : v5.5.13) up de z : 5.5.13 (jcvilleneuve)
> git fetch —all
> git stash -q 2>&1
> git pull —rebase 2>&1
Current branch master is up to date.
> 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
- e2eb7e8 2026-05-08 - (HEAD -> master) i18n : [Salvatore] [source:lang/ escal] Export depuis https://trad.spip.net de la langue fr i18n : [Salvatore] [source:lang/ escal] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 6efff8e 2026-05-06 - (origin/master, origin/HEAD) ajout d’une alerte pour indiquer le conflit avec le plugin palette (jcvilleneuve)
- a5088ab 2026-05-01 - (tag : v5.5.13) up de z : 5.5.13 (jcvilleneuve)
> 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-squelettes/escal.git/’
> git log —graph —pretty=tformat :’%h %cd -%d %s (%an)’ —abbrev-commit —date=short -3
- e2eb7e8 2026-05-08 - (HEAD -> master) i18n : [Salvatore] [source:lang/ escal] Export depuis https://trad.spip.net de la langue fr i18n : [Salvatore] [source:lang/ escal] Mise a jour du bilan depuis https://trad.spip.net (Salvatore)
- 6efff8e 2026-05-06 - (origin/master, origin/HEAD) ajout d’une alerte pour indiquer le conflit avec le plugin palette (jcvilleneuve)
- a5088ab 2026-05-01 - (tag : v5.5.13) up de z : 5.5.13 (jcvilleneuve)
|