"[email protected]" <[email protected]> writes:

> Using magit HEAD. After trying to push my new branch to:
>
> [email protected]:greenrd/Coq-Equations.git
>
> I get the error
>
> Git exited abnormally with code 128.
>
> in *Messages*, and
>
> Unpulled commits:
> fatal: Invalid object name '[email protected]'.
>
> Unpushed commits:
> fatal: Invalid object name '[email protected]'.
>
> in *magit-status*, and
>
> [branch "rebase1"]
>         remote = [email protected]:greenrd/Coq-Equations.git

This seem strange, this seem to work better:

[remote "github"]
        url = [email protected]:greenrd/Coq-Equations.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "rebase1"]
        remote = github
        merge = refs/heads/master

or something similar.

Still, someone should probably investigate.


> in my .git/config file. git is fine with this config - it pushes
> correctly - 

Here the problem is not to push, it is to list commit in one, and not in
the other. Do you do this ? How ?


-- 
Rémi Vanicat

Reply via email to