Here are my current config files (pertinent parts). Can anyone see what the problem is in them?
$ cat .git/config [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true hideDotFiles = dotGitOnly [remote "smichr"] url = g...@github.com:smichr/sympy.git fetch = +refs/heads/*:refs/remotes/smichr/* [remote "master"] fetch = +refs/heads/*:refs/remotes/origin/* url = g...@github.com:sympy/sympy.git [branch "master"] remote = master merge = refs/heads/master $ cat ~/.gitconfig [user] name = Chris Smith email = smi...@gmail.com [color] diff = auto status= auto branch= auto interactive = true [alias] dryrun = push --dry-run master HEAD:master reallydoit = push master HEAD:master newmaster = checkout -b master --track origin/master [sendemail] to = sympy-patc...@googlegroups.com [gui] recentrepo = C:/Documents and Settings/chris/sympy [core] symlinks = false autoCRLF = false whitespace = trailing-space, space-before-tab, tab-before-space [apply] whitespace = fix [push] default = current -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscr...@googlegroups.com. To post to this group, send email to sympy@googlegroups.com. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.