Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 9

24 Jui '19, 05:53

samcarter's gravatar image

samcarter
8.6k2817

Je pense que le problème est peut-être qu'il faut ajouter trois fichiers dans `.git/hooks/` : - Téléchargez le fichier `post-xxx-sample.txt` de https://ctan.org/tex-archive/macros/latex/contrib/gitinfo2 et changez le nom en `post-checkout` (pas de type de fichier, retirer `.txt`). Répétez ceci pour `post-commit` et `post-merge`. - Définissez l'autorisation pour les fichiers cd .git/hooks/ chmod u+x post-commit chmod u+x post-checkout chmod u+x post-merge --- - Utilisez git, par example commit quelque chose. `git checkout master`. C'est doit créer `.git/gitHeadInfo.gin` et votre document tex doit fonctionner.
cliquez ici pour masquer/afficher la révision 8

24 Jui '19, 01:34

samcarter's gravatar image

samcarter
8.6k2817

Je pense que le problème est peut-être est qu'il faut ajouter trois fichiers dans `.git/hooks/` : - Téléchargez le fichier `post-xxx-sample.txt` de https://ctan.org/tex-archive/macros/latex/contrib/gitinfo2 et changez le nom en `post-checkout` (pas de type de fichier, retirer `.txt`). Répétez ceci pour `post-commit` et `post-merge`. - Définissez l'autorisation pour les fichiers cd .git/hooks/ chmod u+x post-commit chmod u+x post-checkout chmod u+x post-merge --- - Utilisez git, par example commit quelque chose. C'est doit créer `.git/gitHeadInfo.gin` et votre document tex doit fonctionner.
cliquez ici pour masquer/afficher la révision 7

24 Jui '19, 00:50

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 6

24 Jui '19, 00:48

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 5

24 Jui '19, 00:47

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 4

24 Jui '19, 00:46

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 3

24 Jui '19, 00:46

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 2

24 Jui '19, 00:45

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 1

24 Jui '19, 00:43

samcarter's gravatar image

samcarter
8.6k2817

C'est votre première visite ici ? Consultez la FAQ !

×