> > > git remote add -f his_username git://github.com/his_username/sympy.git > > git remote add -f amakelov git://github.com/amakelov/sympy.git > > did not work and returned: > > "fatal: Not a git repository (or any of the parent directories): .git" > > I hve no idea what that means! >
Sorry, I forgot to say that you will need to change into the sympy directory. mrocklin@milkweed:~/workspace$ cd sympy mrocklin@milkweed:~/workspace/sympy$ ls AUTHORS data LICENSE MANIFEST.in setup.py tox.ini.sample bin doc log README.rst sympy build.py examples Makefile setupegg.py TODO mrocklin@milkweed:~/workspace/sympy$ git remote add -f amakelov git:// github.com/amakelov/sympy.git Updating amakelov remote: Counting objects: 46, done. remote: Compressing objects: 100% (13/13), done. remote: Total 38 (delta 32), reused 31 (delta 25) Unpacking objects: 100% (38/38), done. mrocklin@milkweed:~/workspace/sympy$ git checkout amakelov/week1 -- 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.
