Dear list,

The trac repository seems no longer able to answer my "fetch" requests.

My status :

git status
Sur la branche develop
Votre branche est à jour avec 'origin/develop'.
Fichiers non suivis:
  (utilisez "git add <fichier>..." pour inclure dans ce qui sera validé)

    src/sage_setup/autogen/pari/timestamp

aucune modification ajoutée à la validation mais des fichiers non suivis 
sont présents (utilisez "git add" pour les suivre)

My config :

cat /usr/local/sage-6.8/.git/config 
[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
    url = http://trac.sagemath.org/sage.git
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[branch "develop"]
    remote = origin
    merge = refs/heads/develop
[remote "trac"]
    url = git://trac.sagemath.org/sage.git
    fetch = +refs/heads/*:refs/remotes/trac/*
    pushurl = [email protected]:sage.git
[trac]
    username = XXXXXXX
    password = XXXXXXXXXXXXXXXXXXX
[branch "t/18229/R_upgrade_with_new_patch"]
    remote = trac
    merge = refs/heads/u/leif/R_upgrade_with_new_patch


Symptom : "git fetch" simply hangs. Never did that on me on this machine, 
as far as I can remember...

Any idea ?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to