I made my own copy (clone) of the sympy git tree, and now git fetch origin do not work! (It worked yesterday)
Here is what I get: kjetil@kjetil:~/py/sympy/sympy$ git status # On branch master # Your branch is behind 'origin/master' by 51 commits, and can be fast-forwarded. # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # sympy/polys/densearith.c # sympy/polys/densearith.so # sympy/polys/densebasic.c # sympy/polys/densebasic.so # sympy/polys/densetools.c # sympy/polys/densetools.so # sympy/polys/euclidtools.c # sympy/polys/euclidtools.so # sympy/polys/factortools.c # sympy/polys/factortools.so # sympy/polys/galoistools.c # sympy/polys/galoistools.so # sympy/polys/monomialtools.c # sympy/polys/monomialtools.so # sympy/polys/orthopolys.c # sympy/polys/orthopolys.so # sympy/polys/specialpolys.c # sympy/polys/specialpolys.so # sympy/polys/sqfreetools.c # sympy/polys/sqfreetools.so nothing added to commit but untracked files present (use "git add" to track) kjetil@kjetil:~/py/sympy/sympy$ git fetch origin WARNING: gnome-keyring:: couldn't connect to: /tmp/user/1000/keyring-Vpwhjq/pkcs11: No such file or directory kjetil@kjetil:~/py/sympy/sympy$ Kjetil -- "If you want a picture of the future - imagine a boot stamping on the human face - forever." George Orwell (1984) -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
