Then do
$ git remote add trac g...@trac.sagemath.org:sage.git
And then push to trac when you push (and not origin). With your current
version you are *not* using ssh.
Note that you can have a look at the relatively good documentation
http://doc.sagemath.org/html/en/developer/manual_git.ht
Does it help to see my .gitconfig file? This hasn't changed though.
[core]
editor = vi
[user]
name = zabrocki
email = zabro...@mathstat.yorku.ca
[alias]
wdiff = diff --color-words
lg = log --graph --pretty=format:'%Cred%h%Creset
-%C(yellow)%d%Creset
$ git remote -v
origin git://trac.sagemath.org/sage.git (fetch)
origin git://trac.sagemath.org/sage.git (push)
On Monday, 21 September 2015 21:02:16 UTC-4, vdelecroix wrote:
>
> How did you configure git? What gives
>
>$ git remote -v
>
> Vincent
>
> On 21/09/15 21:54, Mike Zabrocki
How did you configure git? What gives
$ git remote -v
Vincent
On 21/09/15 21:54, Mike Zabrocki wrote:
I mistakenly installed XCode 7 and so to save myself I started working on a
fresh copy of sage where I don't do too much compiling.
In doing so I seem to have messed up my permissions to ac
I mistakenly installed XCode 7 and so to save myself I started working on a
fresh copy of sage where I don't do too much compiling.
In doing so I seem to have messed up my permissions to access git (or
something). I can checkout any branch I like, but I can't seem to push.
$ git push
fatal: r