Am Wed, 5 Aug 2015 20:56:53 +0100 schrieb Tom Hacohen:

Each time I don't configure my git repo for some time I forget
everything :-(

> git push 
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


this is .git/config:
[user]
        name = Andreas Volz
        email = [email protected]

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = git+ssh://[email protected]/bindings/cxx/eflxx.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master


>From an old commit I know this is my user in E git:

https://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=c691f3d2d1e2b4b5dc1c748966c9affff9a3ce33

Maybe someone disabled my commit rights?

> This is the wrong address. You need the ssh one:
> git+ssh://[email protected]/bindings/cxx/eflxx.git
> 
> On Wed, Aug 5, 2015 at 8:20 PM, Andreas Volz <[email protected]>
> wrote:
> 
> > Hello,
> >
> > after long time I need to commit something to E git. I've done this
> > a year ago, but now it's not working:
> >
> > > LC_ALL=C git push
> > fatal: unable to access
> > 'https://git.enlightenment.org/bindings/cxx/eflxx.git/': The
> > requested URL returned error: 403
> >
> > Any hints?
> >
> > regards
> >   Andreas
> >
> > --
> > Technical Blog <http://andreasvolz.wordpress.com/>
> >
> >
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > enlightenment-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> ------------------------------------------------------------------------------
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
Technical Blog <http://andreasvolz.wordpress.com/>

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to