once again - does your branch correspond to something remote?

On Thu, Dec 17, 2020 at 11:42 AM Emmanuel Charpentier
<[email protected]> wrote:
>
> Nope :
>
> charpent@p-202-021:/usr/local/sage-9$ git gc --prune=now
> Énumération des objets: 901621, fait.
> Décompte des objets: 100% (901621/901621), fait.
> Compression par delta en utilisant jusqu'à 4 fils d'exécution
> Compression des objets: 100% (143507/143507), fait.
> Écriture des objets: 100% (901621/901621), fait.
> Total 901621 (delta 722356), réutilisés 901608 (delta 722343), réutilisés du 
> pack 0
> charpent@p-202-021:/usr/local/sage-9$ git status
> Sur la branche develop
> Votre branche est en retard sur 'origin/develop' de 2091 commits, et peut 
> être mise à jour en avance rapide.
>   (utilisez "git pull" pour mettre à jour votre branche locale)
>
> Fichiers non suivis:
>   (utilisez "git add <fichier>..." pour inclure dans ce qui sera validé)
>     CRerrs.md
>     CRerrs.org
>     chkerrs.txt
>     errs.txt
>     optional_packages.txt
>
> aucune modification ajoutée à la validation mais des fichiers non suivis sont 
> présents (utilisez "git add" pour les suivre)
> charpent@p-202-021:/usr/local/sage-9$ git pull
> warning: Tirer sans spécifier comment réconcilier les branches divergentes
> est découragé. Vous pouvez éliminer ce message en lançant une des
> commandes suivantes avant votre prochain tirage :
>
>   git config pull.rebase false  # fusion (stratégie par défaut)
>   git config pull.rebase true   # rebasage
>   git config pull.ff only       # avance rapide seulement
>
> Vous pouvez remplacer "git config" par "git config --global" pour que
> ce soit l'option par défaut pour tous les dépôts. Vous pouvez aussi
> passer --rebase, --no-rebase ou --ff-only sur la ligne de commande pour
> remplacer à l'invocation la valeur par défaut configurée.
>
> error: cannot lock ref 'refs/remotes/origin/u/dimpase/WIP': 
> 'refs/remotes/origin/u/dimpase/WIP/libgap410' existe ; impossible de créer 
> 'refs/remotes/origin/u/dimpase/WIP'
> Depuis git.sagemath.org:sage
>  ! [nouvelle branche]      u/dimpase/WIP -> origin/u/dimpase/WIP  (impossible 
> de mettre à jour la référence locale)
> charpent@p-202-021:/usr/local/sage-9$ git status
> Sur la branche develop
> Votre branche est en retard sur 'origin/develop' de 2091 commits, et peut 
> être mise à jour en avance rapide.
>   (utilisez "git pull" pour mettre à jour votre branche locale)
>
> Fichiers non suivis:
>   (utilisez "git add <fichier>..." pour inclure dans ce qui sera validé)
>     CRerrs.md
>     CRerrs.org
>     chkerrs.txt
>     errs.txt
>     optional_packages.txt
>
> aucune modification ajoutée à la validation mais des fichiers non suivis sont 
> présents (utilisez "git add" pour les suivre)
>
> Le mercredi 16 décembre 2020 à 16:51:32 UTC+1, Dima Pasechnik a écrit :
>>
>> Run
>>
>> git gc --prune=now
>>
>> and then try again.
>>
>> On Wed, Dec 16, 2020 at 3:34 PM Emmanuel Charpentier
>> <[email protected]> wrote:
>> >
>> > On Debian testing, it turns out that I am unable to pull the current 
>> > version starting from 9.2.beta12 :
>> >
>> > charpent@p-202-021:/usr/local/sage-9$ git status
>> > Sur la branche develop
>> > Votre branche est en retard sur 'origin/develop' de 2091 commits, et peut 
>> > être mise à jour en avance rapide.
>> > (utilisez "git pull" pour mettre à jour votre branche locale)
>> >
>> > Fichiers non suivis:
>> > (utilisez "git add <fichier>..." pour inclure dans ce qui sera validé)
>> > CRerrs.md
>> > CRerrs.org
>> > chkerrs.txt
>> > errs.txt
>> > optional_packages.txt
>> >
>> > aucune modification ajoutée à la validation mais des fichiers non suivis 
>> > sont présents (utilisez "git add" pour les suivre)
>> > charpent@p-202-021:/usr/local/sage-9$ git pull
>> > warning: Tirer sans spécifier comment réconcilier les branches divergentes
>> > est découragé. Vous pouvez éliminer ce message en lançant une des
>> > commandes suivantes avant votre prochain tirage :
>> >
>> > git config pull.rebase false # fusion (stratégie par défaut)
>> > git config pull.rebase true # rebasage
>> > git config pull.ff only # avance rapide seulement
>> >
>> > Vous pouvez remplacer "git config" par "git config --global" pour que
>> > ce soit l'option par défaut pour tous les dépôts. Vous pouvez aussi
>> > passer --rebase, --no-rebase ou --ff-only sur la ligne de commande pour
>> > remplacer à l'invocation la valeur par défaut configurée.
>> >
>> > error: cannot lock ref 'refs/remotes/origin/u/dimpase/WIP': 
>> > 'refs/remotes/origin/u/dimpase/WIP/libgap410' existe ; impossible de créer 
>> > 'refs/remotes/origin/u/dimpase/WIP'
>> > Depuis git.sagemath.org:sage
>> > ! [nouvelle branche] u/dimpase/WIP -> origin/u/dimpase/WIP (impossible de 
>> > mettre à jour la référence locale)
>> > charpent@p-202-021:/usr/local/sage-9$ ls -a 
>> > .git/refs/remotes/origin/u/dimpase/| grep WIP
>> > charpent@p-202-021:/usr/local/sage-9$
>> >
>> > Suggestions ?
>> >
>> > Le mardi 15 décembre 2020 à 01:22:48 UTC+1, Volker Braun a écrit :
>> >>
>> >> As always, you can get the latest beta version from the "develop" git 
>> >> branch. Alternatively, the self-contained source tarball is at 
>> >> http://www.sagemath.org/download-latest.html
>> >>
>> >> c4a802d2b6 (tag: 9.3.beta4) Updated SageMath version to 9.3.beta4
>> >> 2fc350e432 Trac #30947: src/doc/bootstrap: Simplify by using new options 
>> >> of "sage -package list"
>> >> 831e4e254d Trac #30628: Change font of axis labels in Three.js
>> >> 92dcaf2e03 Trac #30613: Fix clipping issue for plots with small/large 
>> >> extents in Three.js
>> >> 16741fff2c Trac #30612: Set title of HTML page with Three.js viewer
>> >> c25b0765a1 Trac #31037: Install tests in sage/tests/books
>> >> da907c1d39 Trac #31032: some raw string for pdf doc building in 
>> >> sage-on-gentoo
>> >> 592c73ab37 Trac #31030: Adapt shuffle to deprecation in Python 3.9
>> >> f654b46a12 Trac #31026: sparse6 encoding for canonical graphs returns 
>> >> encoding of original graph
>> >> a01afbaefa Trac #31023: 2 internet doctests failing in findstat.py and 
>> >> oeis.py
>> >> 1dc015c7ba Trac #31018: Prevent setting an empty CC/CXX
>> >> 9076db9f98 Trac #30994: Improvements to multiple zeta values
>> >> 365b32845b Trac #30987: fix lcalc on gcc-10
>> >> d297724750 Trac #30974: sage --package create PACKAGE --pypi
>> >> 433b9fb730 Trac #30968: bootstrap: Simplify by using new options of "sage 
>> >> -package list"
>> >> eae1a0873e Trac #30962: use Parent in shuffle
>> >> e29abcfc83 Trac #30957: tox.ini, GH Actions: Add ubuntu-hirsute, 
>> >> linuxmint-20*, fedora-34; update debian-bullseye packages
>> >> c52506e500 Trac #30619: tox.ini: Add opensuse, add/update opensuse.txt 
>> >> across build/pkgs/
>> >> 7503467d30 Trac #30587: Remove import of 'ppl' at startup using 
>> >> lazy_import with feature
>> >> 0f32a15ce1 Trac #30549: Remove all the bitset access from cython files in 
>> >> combinatorial polyhedron
>> >> 97aaf2e520 Trac #30539: More Void Linux spkg's
>> >> 494c975e8d Trac #30375: Gather and clean up compiler flags
>> >> 6bde0c04d5 Trac #30315: Switch jsmol to jupyter-jsmol
>> >> 3f1f938f1c Trac #30154: GH Actions: cygwin: Use incremental archives for 
>> >> the sage-local artifact
>> >> 32692c0556 Trac #30013: src/bin/sage-env: Make sure $SAGE_VENV/bin is at 
>> >> the beginning of the PATH
>> >> b997715b95 Trac #29852: sage: Determine SAGE_LOCAL, SAGE_ROOT via 
>> >> sage-config if it exists
>> >> c06aabc942 Trac #29850: Install sage-env-config as part of sage_conf
>> >> 5f46b34049 Trac #29314: update GAP to version 4.11, libsemigroup to 1.0.9
>> >> 3d61303663 Trac #28712: clarify acceptable input to prime_range
>> >> 790c30db33 Trac #28623: Upgrade Arb to 2.18.1
>> >> 77f7f815b8 Trac #31022: symmetrica: Add xz as dependency
>> >> b2c45d9162 Trac #31020: build/make/Makefile.in: Fix SAGE_CHECK logic, 
>> >> conditionalize sagetex dependencies on SAGE_CHECK
>> >> 3dff3f40e6 Trac #31002: Specify bdist temp folder for WSL compatibility
>> >> fc7304a52d Trac #30970: Graphic function point() broken
>> >> eec48d9c5d Trac #31011: Update docs in src/sage/matrix/matrix0.pyx to use 
>> >> \dots instead of \hdots
>> >> 9d862ed8e1 Trac #18406: Fix times in graphics doc
>> >> f252d8dd8f Trac #10653: Formatting error in doc for dynamic classes
>> >> e2d56a5a31 Trac #31014: flake8 for combinatorial Hopf algebras
>> >> 1178a486f3 Trac #30988: small enhancement of MZV
>> >> 462c509b37 Trac #30978: perl_cpan_polymake_prereq: Fix up install script
>> >> 2f5d153968 Trac #30973: partial flake8 cleanup for misc/
>> >> dd3a160370 Trac #30967: partial flake8 cleanup for tableau
>> >> 2a3296d3a7 Trac #30966: another wave of cleanup for pbori
>> >> ec88350ebe Trac #30952: conversions of posets to macaulay2
>> >> 8d3a6a16fb Trac #30943: refresh fully commutative elements
>> >> c76fee190f Trac #30917: refresh the Weyl character ring
>> >> 2c7e79a898 Trac #30900: Remove last traces of zope_interface
>> >> acea57e349 Trac #30890: distros info for tox
>> >> 0363814f57 Trac #30822: some typos inside combinat, found by sage --tox
>> >> e6d607125e Trac #30857: additional compatibility wrappers after #24483
>> >> a4f8406bb1 Trac #30823: some typos in elliptic curves and flake8 for 
>> >> BSD.py
>> >> e9727bf30b Trac #31015: Cysignals testsuite fails due to FORTIFY_SOURCE
>> >> 2a850d5aa1 Trac #30996: adding an option for the opposite product in free 
>> >> Zinbiel algebras
>> >> bb9ceadc8a Trac #30985: Update sympy to 1.7
>> >> ca088c9c93 (tag: 9.3.beta3, trac/develop) Updated SageMath version to 
>> >> 9.3.beta3
>> >>
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "sage-release" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to [email protected].
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-release/3c709265-a8a2-486f-821b-947e408951cfn%40googlegroups.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/9d7af777-7603-465f-a60a-8504e90b4c23n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq2FF_65f_-V9%3D6v4Atb4MKQ348kDb534xt2nFW99BhUpA%40mail.gmail.com.

Reply via email to